We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b368eaf commit 208fd8cCopy full SHA for 208fd8c
1 file changed
package.json
@@ -21,7 +21,7 @@
21
},
22
"scripts": {
23
"build": "yarn build.grammar && sl-scripts build",
24
- "build.grammar": "pegjs --optimize size src/grammar.pegjs",
+ "build.grammar": "pegjs --optimize speed src/grammar.pegjs",
25
"commit": "git-cz",
26
"lint": "tslint -c tslint.json 'src/**/*.ts?'",
27
"lint.fix": "yarn lint --fix",
0 commit comments