Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3fbf907

Browse files
committed
fix(apiaryb): ensure pegjs is built before packing
1 parent efebc6b commit 3fbf907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fury-adapter-apiary-blueprint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint .",
1616
"lint:fix": "eslint . --fix",
1717
"pegjs": "pegjs lib/apiary-blueprint-parser.pegjs lib/apiary-blueprint-parser.js",
18-
"prepublishOnly": "npm run pegjs",
18+
"prepack": "npm run pegjs",
1919
"pretest": "npm run pegjs",
2020
"test": "mocha"
2121
},

0 commit comments

Comments
 (0)