Skip to content

Commit a8b08fd

Browse files
committed
add gen command
1 parent 1b2f856 commit a8b08fd

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
@@ -11,6 +11,7 @@
1111
"pretest": "npm run build",
1212
"test": "node test/source/commands/test.js",
1313
"cov": "npm test -- --coverage",
14+
"gen": "npm run generate-specs -- --generate-all",
1415
"preversion": "npm test",
1516
"version": "npm run build && git add -A syntaxes",
1617
"pregenerate-specs": "npm run build",

0 commit comments

Comments
 (0)