Skip to content

Commit 7064d1c

Browse files
committed
update build
1 parent b98324d commit 7064d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "npm run build:wasm && vite",
88
"build:wasm": "cd ../wasm && wasm-pack build --target web && cd ../demo && npm i ../wasm/pkg",
9-
"build": "tsc -b && vite build",
9+
"build": "npm run build:wasm && tsc -b && vite build",
1010
"lint": "eslint .",
1111
"preview": "vite preview"
1212
},

0 commit comments

Comments
 (0)