Skip to content

Commit

Permalink
Fix generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
314eter committed Sep 14, 2024
1 parent 3ab8c29 commit 19fe232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"scripts": {
"install": "node-gyp-build",
"generate": "for dir in ocaml ocaml_interface ocaml_type; do cd $dir && tree-sitter generate --no-bindings && cd ..; done",
"generate": "for dir in grammars/ocaml grammars/interface grammars/type; do cd $dir; tree-sitter generate --no-bindings; cd -; done",
"prestart": "tree-sitter build ocaml --wasm -o ocaml/tree-sitter-ocaml.wasm",
"start": "tree-sitter playground --grammar-path ocaml",
"test": "node --test bindings/node/*_test.js",
Expand Down

0 comments on commit 19fe232

Please sign in to comment.