Skip to content

Commit

Permalink
Bump the merp experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Feb 4, 2024
1 parent bb66488 commit 798e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-subprojects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ eval `ssh-agent -s`
ssh-add - <<< "$CITY_GAME_PRIVATE_DEPLOY_KEY"
git clone git@github.com:elihunter173/city-game.git "$CITY_GAME"
cd "$CITY_GAME"
git reset --hard 1b797a8c294b06a33af89957f2a058587a45db4d
git reset --hard a0e84fe9269d6397d25c2c68f7d6fa9d12280b93
cargo build --profile web --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
--out-dir ./out/ \
Expand Down

0 comments on commit 798e245

Please sign in to comment.