Skip to content

Commit

Permalink
Add a message when building the storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed May 6, 2016
1 parent 1e6de28 commit eabd1c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "node server.js",
"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"
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook -o .abc-ds"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit eabd1c9

Please sign in to comment.