Update start script
parent
620576d5a2
commit
bf409bfd6f
|
@ -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!
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue