Last active
January 13, 2019 06:57
-
-
Save mdmoin7/2e54ce355b29532db58a63d95fbf6fd2 to your computer and use it in GitHub Desktop.
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": { | |
"build:prod": "cpy environments/environment.prod.js config --rename=index.js && npm run start", | |
"build:dev": "cpy environments/environment.dev.js config --rename=index.js && npm run start", | |
"build:staging": "cpy environments/environment.staging.js config --rename=index.js && npm run start" | |
} | |
//..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment