File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
# For some reason, antlr4ng writes to a different location on the VM
31
31
# than it does locally, preventing compile. Command added to move the generated files.
32
32
- name : npm run antlr4ng
33
- run : npm run antlr4ng && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
33
+ run : npm run antlr4ng && npm run antlr4ngPre && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
34
34
- run : npm run compile
35
35
- run : npm test
Original file line number Diff line number Diff line change 118
118
]
119
119
},
120
120
"scripts" : {
121
- "vscode:prepublish" : " npm run antlr4ng && npm run compile" ,
121
+ "vscode:prepublish" : " npm run antlr4ngPre && npm run antlr4ng && npm run compile" ,
122
122
"compile" : " tsc -b" ,
123
123
"watch" : " tsc -b -w" ,
124
124
"lint" : " eslint ./client/src ./server/src --ext .ts,.tsx" ,
You can’t perform that action at this time.
0 commit comments