Skip to content

Commit

Permalink
perf(pegjs): optimize for speed, rather than size (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Feb 6, 2020
1 parent b368eaf commit 208fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build": "yarn build.grammar && sl-scripts build",
"build.grammar": "pegjs --optimize size src/grammar.pegjs",
"build.grammar": "pegjs --optimize speed src/grammar.pegjs",
"commit": "git-cz",
"lint": "tslint -c tslint.json 'src/**/*.ts?'",
"lint.fix": "yarn lint --fix",
Expand Down

0 comments on commit 208fd8c

Please sign in to comment.