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 764439a commit 38903a7Copy full SHA for 38903a7
.github/workflows/node.js.yml
@@ -36,7 +36,7 @@ jobs:
36
npm run antlr4ngPre
37
npm run antlr4ngFmt
38
mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
39
- - run: npm run compile
+ - run: npm run build
40
- run: xvfb-run -a npm test
41
if: runner.os == 'Linux'
42
- run: npm test
0 commit comments