Skip to content

Commit

Permalink
fix: readd npm generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Sep 2, 2024
1 parent 30dfe1c commit e8288f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"scripts": {
"install": "node-gyp-build",
"lint": "eslint common/define-grammar.js",
"generate": "for dir in php php_only; do cd $dir && tree-sitter generate --no-bindings && cd ..; done",
"prestart": "tree-sitter build php --wasm -o php/tree-sitter-php.wasm",
"start": "tree-sitter playground --grammar-path php",
"test": "node --test bindings/node/*_test.js"
Expand Down

0 comments on commit e8288f1

Please sign in to comment.