Skip to content

Commit d7a7fd3

Browse files
committed
Update package.json.
1 parent fb9ab64 commit d7a7fd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bnf/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
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"

0 commit comments

Comments
 (0)