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
4f3d356dd0
commit
f76798b243
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"prestart": "tree-sitter build --wasm",
|
||||
"start": "tree-sitter playground",
|
||||
"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",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue