Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into greenkeeper-@kadira/storybook-2.29.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshHARDIYA committed Nov 10, 2016
2 parents 9b30709 + 2950f0a commit 60ce820
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook -o .out -s .storybook/static",
"deploy-storybook": "storybook-to-ghpages",
"postpublish": "npm run deploy-storybook"
"postpublish": "gh-release && yarn run deploy-storybook",
"postversion": "git add package.json && git commit -m \"chore(package): update version\""
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,6 +75,7 @@
"expect": "1.20.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"gh-release": "2.1.0",
"growl": "1.9.2",
"jest-cli": "16.0.2",
"jsdom": "9.8.3",
Expand Down
Loading

0 comments on commit 60ce820

Please sign in to comment.