fix missing css on build
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
"watch-css": "nodemon -e scss -x \"npm run watch-css-mine\"",
|
"watch-css": "nodemon -e scss -x \"npm run watch-css-mine\"",
|
||||||
"start-js": "react-scripts start",
|
"start-js": "react-scripts start",
|
||||||
"start": "npm-run-all -p watch-css start-js",
|
"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",
|
"test": "react-scripts test --env=jsdom",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user