mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Update Node build to build wasm files
This commit is contained in:
parent
eddcfdfdef
commit
4f3d356dd0
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"install": "node-gyp-build",
|
||||
"prestart": "tree-sitter build --wasm",
|
||||
"start": "tree-sitter playground",
|
||||
"test": "node --test bindings/node/*_test.js"
|
||||
"test": "node --test bindings/node/*_test.js",
|
||||
"build": "tree-sitter build --wasm --output ./build/parser.wasm"
|
||||
},
|
||||
"author": "Ev Dunbar",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue