Skip to content

Commit 798e245

Browse files
committed
Bump the merp experiment
1 parent bb66488 commit 798e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-subprojects.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ eval `ssh-agent -s`
2020
ssh-add - <<< "$CITY_GAME_PRIVATE_DEPLOY_KEY"
2121
git clone git@github.com:elihunter173/city-game.git "$CITY_GAME"
2222
cd "$CITY_GAME"
23-
git reset --hard 1b797a8c294b06a33af89957f2a058587a45db4d
23+
git reset --hard a0e84fe9269d6397d25c2c68f7d6fa9d12280b93
2424
cargo build --profile web --target wasm32-unknown-unknown
2525
wasm-bindgen --no-typescript --target web \
2626
--out-dir ./out/ \

0 commit comments

Comments
 (0)