Skip to content

Commit f8b5acc

Browse files
committed
fix(tools): adding @patternfly/create-element to postinstall scripts
1 parent 6c891ee commit f8b5acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"postinstall": "run-s postinstall:**",
5959
"postinstall:patch": "patch-package",
6060
"postinstall:husky": "npx husky install",
61+
"postinstall:build:create": "npm run build --workspace @patternfly/create-element",
6162
"postinstall:build:tools": "npm run build --workspace @patternfly/pfe-tools",
6263
"postinstall:build:styles": "npm run build --workspace @patternfly/pfe-styles",
6364
"pr": "node scripts/open-pr.js"

0 commit comments

Comments
 (0)