removed old beta
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"build:qa": "dotenv -e .env.qa react-scripts build",
|
||||
"build:prod": "dotenv -e .env.prod react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"test:coverage": "react-scripts test --coverage --watchAll=false --maxWorkers=4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -57,6 +58,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/google.maps": "^3.58.1",
|
||||
"dotenv-cli": "^9.0.0"
|
||||
"dotenv-cli": "^9.0.0",
|
||||
"msw": "^2.11.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user