Skip to content

Commit f75eba3

Browse files
committed
Added run compile textMate
1 parent 6a7a872 commit f75eba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run: npm ci
3030
# For some reason, antlr4ng writes to a different location on the VM
3131
# than it does locally, preventing compile. Command added to move the generated files.
32+
- run: npm run textMate
3233
- name: npm run antlr4ng
3334
run: npm run antlr4ng && npm run antlr4ngPre && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
3435
- run: npm run compile

0 commit comments

Comments
 (0)