Skip to content

Commit

Permalink
changes how peggy is invoked on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
gislikonrad committed Dec 8, 2023
1 parent 1881e71 commit 098da35
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 @@ -9,7 +9,7 @@
"scripts": {
"badge": "mocha --reporter mocha-badge-generator",
"coverage": "npx nyc --reporter=text mocha",
"build-condition-parser": "npx mkdirp build && ./node_modules/peggy/bin/peggy.js -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs",
"build-condition-parser": "npx mkdirp build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs",
"postinstall": "npm run build-condition-parser",
"pretest": "npm run build-condition-parser",
"test": "mocha"
Expand Down

0 comments on commit 098da35

Please sign in to comment.