Skip to content

Commit 2c6e931

Browse files
Code cleanup (#71)
1 parent 27efab5 commit 2c6e931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/elixir-lang/tree-sitter-elixir.git"
2525
},
2626
"scripts": {
27-
"build": "npx tree-sitter-cli generate --no-bindings",
28-
"test": "npx tree-sitter-cli test",
27+
"build": "tree-sitter generate --no-bindings",
28+
"test": "tree-sitter test",
2929
"format": "prettier --trailing-comma es5 --write grammar.js && clang-format -i src/scanner.c",
3030
"format-check": "prettier --trailing-comma es5 --check grammar.js && cat src/scanner.c | clang-format src/scanner.c | diff src/scanner.c -",
3131
"install": "node-gyp-build",

0 commit comments

Comments
 (0)