Skip to content

Commit

Permalink
fix: try removing npm install from prepare phase (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Xu authored Apr 3, 2023
1 parent d08abae commit 61f0bf4
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 @@ -29,7 +29,7 @@
"./bindings/wasm/dist"
],
"scripts": {
"prepare": "cd bindings/wasm && npm install && npm run build",
"prepare": "cd bindings/wasm && npm run build",
"build": "cd bindings/wasm && wasm-pack build -t web --out-dir src/pkg crate && rm -rf dist/ && rollup -c"
},
"dependencies": {
Expand Down

0 comments on commit 61f0bf4

Please sign in to comment.