From d5c3e78b10c4bc29835219b83d34a534dd773e11 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Wed, 27 Sep 2017 21:22:41 -0400 Subject: [PATCH] Update start script More convenient to develop w/ Storybook rather than just compiling src files into dist --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d724ccb..c121a9c 100644 --- a/package.json +++ b/package.json @@ -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",