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 70b0dfa commit 7d2a6b7Copy full SHA for 7d2a6b7
packages/torii-wasm/package.json
@@ -10,7 +10,6 @@
10
"build:web": "cd dojo.c && pnpx wasm-pack build --out-dir ../pkg/web --release",
11
"build:node": "cd dojo.c && pnpx wasm-pack build --out-dir ../pkg/node --release --target nodejs",
12
"build:wasm": "pnpm build:web && pnpm build:node",
13
- "build": "pnpm build:wasm",
14
"test": "echo \"Error: no test specified\" && exit 1"
15
},
16
"module": "./pkg/web/dojo_c.js",
0 commit comments