feat: checking env variables

pull/1097/head
smit95tpatel 2022-05-04 22:57:33 +05:30
parent ce71c9c803
commit e7bf4c7310
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "env-cmd -f ./configs/dev.env react-scripts start", "start": "env-cmd -f ./configs/dev.env react-scripts start",
"build": "env-cmd -f ./configs/prod.env rm -rf build && GENERATE_SOURCEMAP=false react-scripts build", "build": "rm -rf build && GENERATE_SOURCEMAP=false env-cmd -f ./configs/prod.env react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },