Skip to content

Commit

Permalink
fix for peggyjs and mkdirp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Jan 8, 2024
1 parent a423723 commit ac03987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigeelint",
"version": "2.46.1",
"version": "2.46.2",
"description": "Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.",
"main": "index.js",
"bin": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"badge": "mocha --reporter mocha-badge-generator",
"coverage": "npx nyc --reporter=text mocha",
"build-condition-parser": "npx mkdirp build && npx peggy -o build/ConditionParser.js lib/peggy/Apigee-Condition.pegjs",
"build-condition-parser": "./node_modules/mkdirp/dist/cjs/src/bin.js build && ./node_modules/peggy/bin/peggy.js -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 ac03987

Please sign in to comment.