Skip to content

Commit

Permalink
feat: move npm generate script to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Sep 2, 2024
1 parent e8288f1 commit 74c6b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"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 74c6b0d

Please sign in to comment.