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 6073d54 commit 11db188Copy full SHA for 11db188
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
run: cd .. && make dev
24
25
- name: Build grammar
26
- run: npm run build-grammar
+ run: cd .. && make js_parser
27
28
- name: Install dependencies
29
run: npm install
0 commit comments