Skip to content

Commit a240ee7

Browse files
author
Pietro Passarelli - News Labs
committed
fixed deploy:ghpages script
1 parent 4c4724f commit a240ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:component": "webpack --config webpack.config.js",
2828
"build:storybook": "rimraf build && build-storybook -c .storybook -o build",
2929
"build:storybook:serve": "npx serve build",
30-
"deploy:ghpages": "rimraf build && npm run storybook:build && gh-pages -d build",
30+
"deploy:ghpages": "rimraf build && npm run build:storybook && gh-pages -d build",
3131
"publish:public": "npm run build:component && npm publish --access public"
3232
},
3333
"jest": {

0 commit comments

Comments
 (0)