Skip to content

Commit 4f4842f

Browse files
committed
fix(package.json): add preinstall script for the wasm package
1 parent d667c88 commit 4f4842f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)