mirror of
https://github.com/Team4388/scouting-2021.git
synced 2026-06-09 00:38:01 -06:00
fixed docker settings
This commit is contained in:
+6
-5
@@ -12,13 +12,14 @@
|
||||
"react-dom": "^17.0.2",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"react-scripts": "4.0.3",
|
||||
"web-vitals": "^1.1.2"
|
||||
"web-vitals": "^1.1.2",
|
||||
"serve": "^12.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "./node_modules/.bin/react-scripts start",
|
||||
"build": "./node_modules/.bin/react-scripts build",
|
||||
"test": "./node_modules/.bin/react-scripts test",
|
||||
"eject": "./node_modules/.bin/react-scripts eject"
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user