Skip to content

Commit

Permalink
Deploy storybook to gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
selvagsz committed Dec 7, 2018
1 parent fb16839 commit fdf175e
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 12 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"precommit": "lint-staged",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o ./docs"
"deploy-storybook": "storybook-to-ghpages"
},
"jest": {
"automock": false,
Expand Down Expand Up @@ -82,6 +82,7 @@
"@storybook/addon-options": "^3.4.0",
"@storybook/addons": "^3.4.0",
"@storybook/react": "^3.4.0",
"@storybook/storybook-deployer": "^2.8.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-jest": "^20.0.3",
Expand Down
Loading

0 comments on commit fdf175e

Please sign in to comment.