We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f5ba8 commit 90989d6Copy full SHA for 90989d6
deno.json
@@ -1,7 +1,7 @@
1
{
2
"tasks": {
3
"build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A jsr:@deno/wasmbuild@0.17.1 --all-features --out js",
4
- "node": "deno run -A --trace-ops ./build_npm.tss 0.0.0",
+ "node": "deno run -A --trace-ops ./build_npm.ts 0.0.0",
5
"test": "deno test -A js/",
6
"fmt": "deno fmt && cargo fmt --all"
7
},
0 commit comments