Skip to content

Commit 8f3d7cb

Browse files
Add shortcuts to common npx commands
Co-authored-by: Iñaki Amatria Barral <[email protected]>
1 parent aa17461 commit 8f3d7cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333
"src/**"
3434
],
3535
"scripts": {
36+
"generate": "tree-sitter generate",
3637
"install": "node-gyp-build",
3738
"prestart": "tree-sitter build --wasm",
3839
"start": "tree-sitter playground",
39-
"test": "node --test bindings/node/*_test.js"
40+
"test": "tree-sitter test"
4041
},
4142
"dependencies": {
4243
"node-addon-api": "^7.1.0",

0 commit comments

Comments
 (0)