From 2ba79fde261132ec5e1b639f01adcb5723477646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Wed, 6 Jul 2016 19:51:43 -0300 Subject: [PATCH] storybook build task --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7eddf1cf..450678d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js", "test:watch": "npm test -- --watch", "build": "webpack --config webpack.config.js", - "storybook": "start-storybook -p 9001" + "storybook": "start-storybook -p 9001", + "storybook-build": "build-storybook -o dist" }, "keywords": [ "netlify",