about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-05 17:08:07 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-05 10:08:07 +0200
commitab914ce6d5a681cf28486c663f01d0c481911c41 (patch)
treed6c625ce84bb2f7e47e9e9645a2118f09ec5064b /package.json
parent6a4b2243975451058d42860312f9ec2966b64bc9 (diff)
Add OnboadingModal story (#3578)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a5d3aed04..da8471605 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "build:production": "NODE_ENV=production yarn webpack -- --config config/webpack/production.js",
     "manage:translations": "node ./config/webpack/translationRunner.js",
     "start": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
-    "storybook": "NODE_ENV=test start-storybook -p 9001 -c storybook",
+    "storybook": "NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
     "test": "npm run test:lint && npm run test:mocha",
     "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storyboard/ streaming/",
     "test:mocha": "NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",