From ffac23ef29a68b1bbbe2811ca49df89264cf77f4 Mon Sep 17 00:00:00 2001 From: YOUR NAME Date: Mon, 9 Jul 2018 00:02:01 +1000 Subject: [PATCH] changed command to yarn 'builder' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b018efe8..89ae763b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive", "start-js": "react-scripts start", "start": "npm-run-all -p watch-css start-js", - "build": "npm run build-css && react-scripts build", + "builder": "npm run build-css && react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }