We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98324d commit 7064d1cCopy full SHA for 7064d1c
demo/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "npm run build:wasm && vite",
8
"build:wasm": "cd ../wasm && wasm-pack build --target web && cd ../demo && npm i ../wasm/pkg",
9
- "build": "tsc -b && vite build",
+ "build": "npm run build:wasm && tsc -b && vite build",
10
"lint": "eslint .",
11
"preview": "vite preview"
12
},
0 commit comments