Skip to content

Commit

Permalink
Remove explicit npx call, since npm already puts the binary on the path
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen authored and alex-pinkus committed Sep 10, 2024
1 parent caa953d commit adaddf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"install": "node-gyp-build",
"postinstall": "node-gyp configure && node-gyp build",
"build": "npx tree-sitter-cli generate --no-bindings",
"build-wasm": "npx tree-sitter-cli build --wasm",
"build": "tree-sitter generate --no-bindings",
"build-wasm": "tree-sitter build --wasm",
"ci": "prettier --check grammar.js",
"test-ci": "./scripts/test-with-memcheck.sh --install-valgrind",
"test": "./scripts/test-with-memcheck.sh",
Expand Down

0 comments on commit adaddf8

Please sign in to comment.