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

Commit fc4a860

Browse files
author
Callin Mullaney
committed
fix: override default github-pages-deploy build command
1 parent 741203d commit fc4a860

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
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"a11y": "npm run storybook-build && node_modules/emulsify-core/scripts/a11y.js -r",
2525
"build": "webpack --config node_modules/emulsify-core/config/webpack/webpack.prod.js",
26+
"build-storybook": "npm run storybook-build",
2627
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
2728
"develop": "concurrently --raw \"npm run webpack\" \"npm run storybook\"",
2829
"format": "npm run lint-fix; npm run prettier-fix",

0 commit comments

Comments
 (0)