storybook build task

This commit is contained in:
Cássio Zen 2016-07-06 19:51:43 -03:00
parent 45de85d693
commit 2ba79fde26

View File

@ -8,7 +8,8 @@
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js", "test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch", "test:watch": "npm test -- --watch",
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"storybook": "start-storybook -p 9001" "storybook": "start-storybook -p 9001",
"storybook-build": "build-storybook -o dist"
}, },
"keywords": [ "keywords": [
"netlify", "netlify",