Skip to content

Commit 3ab9931

Browse files
committed
fix: preinstall script
1 parent 01658d7 commit 3ab9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6-
"preinstall": "cd packages/wasm && yarn rust:build",
6+
"preinstall": "yarn && cd packages/wasm && yarn rust:build",
77
"reset:hard": "yarn reset && sh ./tools/scripts/reset.sh",
88
"reset:dev": "yarn tools --remove-local-dev",
99
"reset": "rm -rf ./dist/packages && yarn reset:dev",

0 commit comments

Comments
 (0)