Created
June 8, 2020 09:15
-
-
Save TunvirRahman/2c473d55874ea6947d85ff66a3beee01 to your computer and use it in GitHub Desktop.
Script.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "scripts": { | |
| .... | |
| "start:stage:dev": "env-cmd -f .env.development react-scripts start", | |
| "start:stage:prod": "env-cmd -f .env.production react-scripts start", | |
| "start:stage:test": "env-cmd -f .env.test react-scripts start", | |
| "build:stage:dev": "env-cmd -f .env.development react-scripts build", | |
| "build:stage:prod": "env-cmd -f .env.production react-scripts build", | |
| "build:stage:test": "env-cmd -f .env.test react-scripts build", | |
| .... | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment