We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4b671 commit 7249484Copy full SHA for 7249484
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