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 6a7a872 commit f75eba3Copy full SHA for f75eba3
.github/workflows/node.js.yml
@@ -29,6 +29,7 @@ jobs:
29
- run: npm ci
30
# For some reason, antlr4ng writes to a different location on the VM
31
# than it does locally, preventing compile. Command added to move the generated files.
32
+ - run: npm run textMate
33
- name: npm run antlr4ng
34
run: npm run antlr4ng && npm run antlr4ngPre && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
35
- run: npm run compile
0 commit comments