Fixed package.json

This commit is contained in:
Bastian Meissner 2020-06-03 12:13:57 +02:00
parent 2b5f058dd3
commit 068bd9798f

View file

@ -15,7 +15,7 @@
"styled-components": "^5.1.0"
},
"scripts": {
"serveAppData": "http-server ./data -c-1",
"serveAppData": "http-server ./ -c-1",
"serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000",
"start": "react-scripts start",
"build": "react-scripts build",