Skip to content

Commit

Permalink
Fix rust release build
Browse files Browse the repository at this point in the history
  • Loading branch information
phisn committed Mar 28, 2024
1 parent 946a0eb commit 9c3dd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"postinstall": "yarn workspace server postinstall",
"build": "turbo run build --no-daemon",
"build:rust": "wasm-pack build packages/rust-game --release",
"build:rust": "wasm-pack build --release packages/rust-game",
"dev": "concurrently -k \"yarn dev:web\" \"yarn dev:rust\"",
"dev:web": "turbo run dev --no-daemon --output-logs errors-only",
"dev:rust": "cargo watch -C packages/rust-game -i \"pkg/*\" -s \"wasm-pack -q build --debug\"",
Expand Down

0 comments on commit 9c3dd52

Please sign in to comment.