Added scripts to remove .env from package

This commit is contained in:
Ceferino Patino 2022-04-03 12:04:52 -05:00
commit 497f859738
3 changed files with 19 additions and 11 deletions

View file

@ -24,7 +24,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"env": "cp ../.env .env"
"env": "cp ../.env .env",
"env:remove": "rm -f .env"
},
"eslintConfig": {
"extends": [