We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27efab5 commit 2c6e931Copy full SHA for 2c6e931
package.json
@@ -24,8 +24,8 @@
24
"url": "https://github.com/elixir-lang/tree-sitter-elixir.git"
25
},
26
"scripts": {
27
- "build": "npx tree-sitter-cli generate --no-bindings",
28
- "test": "npx tree-sitter-cli test",
+ "build": "tree-sitter generate --no-bindings",
+ "test": "tree-sitter test",
29
"format": "prettier --trailing-comma es5 --write grammar.js && clang-format -i src/scanner.c",
30
"format-check": "prettier --trailing-comma es5 --check grammar.js && cat src/scanner.c | clang-format src/scanner.c | diff src/scanner.c -",
31
"install": "node-gyp-build",
0 commit comments