File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 " dist/index.mjs"
1717 ],
1818 "scripts" : {
19- "ds" : " java -jar antlr-4.13.2-complete.jar -Dlanguage=JavaScript Ds.g4 -visitor -no-listener -o atsds_bnf" ,
20- "dsp" : " java -jar antlr-4.13.2-complete.jar -Dlanguage=JavaScript Dsp.g4 -visitor -no-listener -o atsds_bnf" ,
19+ "ds" : " antlr4 -Dlanguage=JavaScript Ds.g4 -visitor -no-listener -o atsds_bnf" ,
20+ "dsp" : " antlr4 -Dlanguage=JavaScript Dsp.g4 -visitor -no-listener -o atsds_bnf" ,
2121 "prepare" : " npm-run-all ds dsp" ,
2222 "build" : " rollup --config rollup.config.mjs" ,
23- "test" : " cross-env NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' jest --config=jest.config.mjs"
23+ "test" : " cross-env NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' jest --config=jest.config.mjs" ,
24+ "all" : " run-s build test"
2425 },
2526 "dependencies" : {
2627 "antlr4" : " ^4.13.2"
You can’t perform that action at this time.
0 commit comments