We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c891ee commit f8b5accCopy full SHA for f8b5acc
package.json
@@ -58,6 +58,7 @@
58
"postinstall": "run-s postinstall:**",
59
"postinstall:patch": "patch-package",
60
"postinstall:husky": "npx husky install",
61
+ "postinstall:build:create": "npm run build --workspace @patternfly/create-element",
62
"postinstall:build:tools": "npm run build --workspace @patternfly/pfe-tools",
63
"postinstall:build:styles": "npm run build --workspace @patternfly/pfe-styles",
64
"pr": "node scripts/open-pr.js"
0 commit comments