Skip to content

Commit

Permalink
add gen command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed May 28, 2019
1 parent 1b2f856 commit a8b08fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"pretest": "npm run build",
"test": "node test/source/commands/test.js",
"cov": "npm test -- --coverage",
"gen": "npm run generate-specs -- --generate-all",
"preversion": "npm test",
"version": "npm run build && git add -A syntaxes",
"pregenerate-specs": "npm run build",
Expand Down

0 comments on commit a8b08fd

Please sign in to comment.