Fixed package.json
This commit is contained in:
parent
2b5f058dd3
commit
068bd9798f
1 changed files with 43 additions and 43 deletions
|
@ -15,7 +15,7 @@
|
||||||
"styled-components": "^5.1.0"
|
"styled-components": "^5.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serveAppData": "http-server ./data -c-1",
|
"serveAppData": "http-server ./ -c-1",
|
||||||
"serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000",
|
"serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000",
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
|
|
Loading…
Reference in a new issue