Skip to content

Commit 7d2a6b7

Browse files
committed
fix: torii-wasm build issue
1 parent 70b0dfa commit 7d2a6b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/torii-wasm/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"build:web": "cd dojo.c && pnpx wasm-pack build --out-dir ../pkg/web --release",
1111
"build:node": "cd dojo.c && pnpx wasm-pack build --out-dir ../pkg/node --release --target nodejs",
1212
"build:wasm": "pnpm build:web && pnpm build:node",
13-
"build": "pnpm build:wasm",
1413
"test": "echo \"Error: no test specified\" && exit 1"
1514
},
1615
"module": "./pkg/web/dojo_c.js",

0 commit comments

Comments
 (0)