Skip to content

Commit 588adea

Browse files
committed
[npm] Add run script
1 parent 3963567 commit 588adea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"peg:compile:format1": "pegjs src/grammar/format1.pegjs",
8+
"peg:compile:format1:oneline": "node bin/compile.format1.oneline.js",
89
"peg:compile:format2": "pegjs src/grammar/format2.pegjs",
910
"test": "mocha test/*",
1011
"test:coverage": "nyc --reporter=text --reporter=html npm run test"

0 commit comments

Comments
 (0)