Skip to content

Commit c8de151

Browse files
committed
fix: remove test command
1 parent b7b20f7 commit c8de151

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"install": "node-gyp-build",
99
"lint": "eslint grammar.js",
1010
"prestart": "tree-sitter build --wasm",
11-
"start": "tree-sitter playground",
12-
"test": "node --test bindings/node/*_test.js"
11+
"start": "tree-sitter playground"
1312
},
1413
"author": "Joran Honig",
1514
"license": "MIT",

0 commit comments

Comments
 (0)