Update start script

nolan/hinaloe-test
Etienne Lemay 2017-09-29 14:31:44 -04:00
parent 620576d5a2
commit bf409bfd6f
2 changed files with 3 additions and 2 deletions

View File

@ -219,7 +219,8 @@ Apple / Google / Twitter / EmojiOne / Messenger / Facebook
## Development
```sh
$ yarn run build:data
$ yarn storybook
$ yarn start
$ yarn run storybook
```
## 🎩 Hat tips!

View File

@ -66,7 +66,7 @@
"build:dist": "npm run clean && babel src --out-dir dist --copy-files --ignore webpack.config.js",
"build": "npm run build:dist && npm run build:data",
"watch": "babel src --watch --out-dir dist --copy-files --ignore webpack.config.js",
"start": "npm run storybook",
"start": "npm run watch",
"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",