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" },