Skip to content

Commit

Permalink
switch to web profile
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Jan 28, 2024
1 parent a4019d4 commit a697782
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 [email protected]:elihunter173/city-game.git "$CITY_GAME"
cd "$CITY_GAME"
cargo build --release --target wasm32-unknown-unknown
cargo build --profile web --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
--out-dir ./out/ \
--out-name "game" \
Expand Down

0 comments on commit a697782

Please sign in to comment.