Inconsistent state fix #7

Merged
senaduka merged 8 commits from inconsistent-state-fix into master 2018-01-16 17:10:50 +01:00
Showing only changes of commit 5db270d957 - Show all commits

View File

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