Skip to content
Prev Previous commit
Next Next commit
Add shortcuts to common npx commands
Co-authored-by: Iñaki Amatria Barral <inaki.amatria@appentra.com>
  • Loading branch information
d-alonso and inaki-amatria committed Mar 20, 2025
commit 76a3f43058243a6ef6acabde6f69b86610cac2d4
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"src/**"
],
"scripts": {
"generate": "tree-sitter generate",
"install": "node-gyp-build",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
"test": "tree-sitter test"
},
"dependencies": {
"node-addon-api": "^7.1.0",
Expand Down