mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Add parser generation to Node build
This commit is contained in:
parent
55d9a8dab9
commit
441e83b732
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"prestart": "tree-sitter build --wasm",
|
"prestart": "tree-sitter build --wasm",
|
||||||
"start": "tree-sitter playground",
|
"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"
|
"build": "tree-sitter generate && tree-sitter build --wasm --output ./build/parser.wasm"
|
||||||
},
|
},
|
||||||
"author": "Ev Dunbar",
|
"author": "Ev Dunbar",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue