Re-added scripts
This commit is contained in:
parent
90ab007b4d
commit
f5f8566e77
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject",
|
||||||
|
"serveAppData": "http-server ./ -c-1",
|
||||||
|
"serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000",
|
||||||
|
"serve:dev": "npm-run-all --parallel serveAppData start",
|
||||||
|
"serve:production": "npm-run-all --parallel serveAppData serveProductionApp"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|
Loading…
Reference in a new issue