Skip to content

Commit 208fd8c

Browse files
author
Jakub Rożek
authored
perf(pegjs): optimize for speed, rather than size (#17)
1 parent b368eaf commit 208fd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"build": "yarn build.grammar && sl-scripts build",
24-
"build.grammar": "pegjs --optimize size src/grammar.pegjs",
24+
"build.grammar": "pegjs --optimize speed src/grammar.pegjs",
2525
"commit": "git-cz",
2626
"lint": "tslint -c tslint.json 'src/**/*.ts?'",
2727
"lint.fix": "yarn lint --fix",

0 commit comments

Comments
 (0)