diff --git a/README.md b/README.md index 5fdfe1b..073c69b 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/package.json b/package.json index 95e2096..1026950 100644 --- a/package.json +++ b/package.json @@ -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",