Skip to content

Commit 6b13ee1

Browse files
authored
Merge pull request #54 from SpringRoll/hotfix/game-build
Fixing the prebuild for games
2 parents a924f6f + 8ce4eda commit 6b13ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/clone-demo-game.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set -euo pipefail
33
IFS=$'\n\t'
44

55
# Create the folder where we'll drop the demo game contents
6-
rm -rf public/springroll-io-demo-game
7-
mkdir public/springroll-io-demo-game
6+
rm -rf build/springroll-io-demo-game
7+
mkdir -p build/springroll-io-demo-game
88

99
# Clone down the demo game
1010
rm -rf springroll-io-demo-game
1111
git clone --depth=1 https://github.com/SpringRoll/springroll-io-demo-game.git
12-
cp -R springroll-io-demo-game/docs/* public/springroll-io-demo-game
12+
cp -R springroll-io-demo-game/docs/* build/springroll-io-demo-game
1313
rm -rf springroll-io-demo-game

0 commit comments

Comments
 (0)