From 5db270d957e10a79567e96d85a935acf49008d89 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 16 Jan 2018 13:48:39 +0100 Subject: [PATCH] fix missing css on build --- web/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 217a9a8..e4474aa 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,8 @@ "watch-css": "nodemon -e scss -x \"npm run watch-css-mine\"", "start-js": "react-scripts start", "start": "npm-run-all -p watch-css start-js", - "build": "react-scripts build", + "react-build" : "react-scripts build", + "build": "npm-run-all -p build-css react-build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" },