Skip to content

Commit

Permalink
remove storybook deployment from prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcli committed Dec 28, 2016
1 parent 226d12f commit dffccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"build": "npm run build:lib && npm run build:dist && npm run build-storybook",
"build:lib": "react-build-lib",
"build:dist": "react-build-dist --bundle-name ReactRevealText.js",
"prepublish": "npm run build && npm run deploy-storybook",
"prepublish": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
Expand Down

0 comments on commit dffccf5

Please sign in to comment.