We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb66488 commit 798e245Copy full SHA for 798e245
scripts/build-subprojects.sh
@@ -20,7 +20,7 @@ eval `ssh-agent -s`
20
ssh-add - <<< "$CITY_GAME_PRIVATE_DEPLOY_KEY"
21
git clone git@github.com:elihunter173/city-game.git "$CITY_GAME"
22
cd "$CITY_GAME"
23
-git reset --hard 1b797a8c294b06a33af89957f2a058587a45db4d
+git reset --hard a0e84fe9269d6397d25c2c68f7d6fa9d12280b93
24
cargo build --profile web --target wasm32-unknown-unknown
25
wasm-bindgen --no-typescript --target web \
26
--out-dir ./out/ \
0 commit comments