Skip to content

Commit 1551ea4

Browse files
committed
Prepublish
1 parent b56f465 commit 1551ea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "react-linear-gradient-picker",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React linear gradient picker",
55
"main": "dist/index.js",
66
"scripts": {
77
"storybook": "start-storybook -p 7006",
88
"lint": "eslint .",
99
"build": "webpack --config ./webpack.config.js",
10-
"deploy-storybook": "storybook-to-ghpages"
10+
"deploy-storybook": "storybook-to-ghpages",
11+
"prepublish": "npm run build && npm run deploy-storybook"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)