We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a924f6f + 8ce4eda commit 6b13ee1Copy full SHA for 6b13ee1
scripts/clone-demo-game.sh
@@ -3,11 +3,11 @@ set -euo pipefail
3
IFS=$'\n\t'
4
5
# 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
+rm -rf build/springroll-io-demo-game
+mkdir -p build/springroll-io-demo-game
8
9
# Clone down the demo game
10
rm -rf springroll-io-demo-game
11
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
+cp -R springroll-io-demo-game/docs/* build/springroll-io-demo-game
13
0 commit comments