We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2bd53 commit 3b247bfCopy full SHA for 3b247bf
1 file changed
package.json
@@ -4,6 +4,7 @@
4
"license": "MIT",
5
"packageManager": "pnpm@8.15.4",
6
"scripts": {
7
+ "build": "pnpm build:web",
8
"build:wasm": "wasm-pack build crates/engine --target web --out-dir ../../apps/web/src/wasm",
9
"predev:web": "pnpm build:wasm",
10
"prebuild:web": "pnpm build:wasm",
0 commit comments