Skip to content

Commit

Permalink
Add storybook deployer.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 6, 2016
1 parent eabd1c9 commit e581bd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch",
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook -o .abc-ds"
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
Expand All @@ -29,6 +29,8 @@
"stack-source-map": "^1.0.4"
},
"devDependencies": {
"@kadira/storybook": "^1.1.0",
"@kadira/storybook-deployer": "^1.0.0",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
Expand All @@ -47,7 +49,6 @@
"todomvc-app-css": "^2.0.1",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1",
"@kadira/storybook": "^1.1.0"
"webpack-hot-middleware": "^2.9.1"
}
}

0 comments on commit e581bd5

Please sign in to comment.