Skip to content

Commit 238c2d5

Browse files
committed
deploy storybook
1 parent 42ad11f commit 238c2d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ React component to build [cron](https://ru.wikipedia.org/wiki/Cron) expression
55
```` bash
66
npm install --save react-cron-builder
77
````
8+
## demo
9+
[Live demo](https://one-more.github.io/react-cron-builder/)
810

911
## usage
1012
```` ecmascript 6

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@kadira/storybook": "^2.35.3",
26+
"@kadira/storybook-deployer": "^1.2.0",
2627
"autoprefixer": "^6.7.7",
2728
"babel-core": "*",
2829
"babel-eslint": "^7.2.2",
@@ -64,7 +65,8 @@
6465
"test": "jest --coverage",
6566
"storybook": "start-storybook -p 6006",
6667
"build-storybook": "build-storybook",
67-
"build": "cross-env NODE_ENV=production webpack --progress -p"
68+
"build": "cross-env NODE_ENV=production webpack --progress -p",
69+
"deploy-storybook": "storybook-to-ghpages"
6870
},
6971
"jest": {
7072
"modulePaths": [

0 commit comments

Comments
 (0)