Skip to content

Commit

Permalink
Merge pull request #408 from gislikonrad/issue-407
Browse files Browse the repository at this point in the history
changes how peggy is invoked on postinstall
  • Loading branch information
ssvaidyanathan authored Jan 8, 2024
2 parents 57eff40 + 098da35 commit 0691b9a
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 0691b9a

Please sign in to comment.