Skip to content

Commit 72e87de

Browse files
pierremtbjacebrowninggithub-actions[bot]
authored
Revert "Temporary move to cargo install of wasm-pack" (#7896)
* Revert "Temporary move to cargo install of wasm-pack (#7894)" This reverts commit 341b880. * Update snapshots * Update snapshots * Trigger CI --------- Co-authored-by: Jace Browning <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 616077f commit 72e87de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
136 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"start": "vite --port=3000 --host=0.0.0.0",
8989
"start:prod": "vite preview --port=3000",
9090
"serve": "vite serve --port=3000",
91-
"build": "npm run install:rust && . $HOME/.cargo/env && rustup default stable && npm run install:wasm-pack:cargo && npm run build:wasm && vite build",
91+
"build": "npm run install:rust && . $HOME/.cargo/env && npm run install:wasm-pack:sh && npm run build:wasm && vite build",
9292
"build:wasm": "./scripts/build-wasm.sh",
9393
"build:wasm:windows": "powershell -ExecutionPolicy Bypass -File ./scripts/build-wasm.ps1",
9494
"build:wasm-dev": "npm run build:wasm:dev",

0 commit comments

Comments
 (0)