Skip to content

Commit

Permalink
add generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-marcacci committed Jan 21, 2020
1 parent f2e9287 commit 6cb88fe
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 @@ -6,6 +6,7 @@
"scripts": {
"format": "prettier --list-different --write '**/*.{json,yml,md,ts}'",
"lint": "prettier -c '**/*.{json,yml,md,ts}' && eslint src --ext ts",
"generate": "apg -i grammar.abnf -o grammar.js",
"build": "rm -rf dist && tsc",
"build:development": "rm -rf dist && tsc --watch",
"test": "ava --verbose dist/*.test.js",
Expand Down

0 comments on commit 6cb88fe

Please sign in to comment.