Added scripts to remove .env from package
This commit is contained in:
parent
be2566dba0
commit
497f859738
3 changed files with 19 additions and 11 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Reference in a new issue