Skip to content

Commit 38903a7

Browse files
committed
Fix broken workflow
1 parent 764439a commit 38903a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
npm run antlr4ngPre
3737
npm run antlr4ngFmt
3838
mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
39-
- run: npm run compile
39+
- run: npm run build
4040
- run: xvfb-run -a npm test
4141
if: runner.os == 'Linux'
4242
- run: npm test

0 commit comments

Comments
 (0)