Update start script

More convenient to develop w/ Storybook rather than just compiling src files into dist
nolan/hinaloe-test
Etienne Lemay 2017-09-27 21:22:41 -04:00
parent 738105dd66
commit d5c3e78b10
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
"build:dist": "npm run clean:dist && babel src --out-dir dist --copy-files --ignore webpack.config.js",
"build": "npm run build:data && npm run build:dist",
"watch": "babel src --watch --out-dir dist --copy-files --ignore webpack.config.js",
"start": "npm run watch",
"start": "npm run storybook",
"stats": "webpack --config ./src/webpack.config.js --json > stats.json",
"react:clean": "rimraf node_modules/{react,react-dom,react-addons-test-utils}",
"react:14": "npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14 --save-dev",