Last active
July 19, 2018 08:32
-
-
Save jinhduong/d7e3294c7a056a03aaa7ec4970a70b50 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": { | |
"ng": "ng", | |
"start": "ng serve & gulp watch", | |
"serve": "ng serve --sourcemap=false --verbose", | |
"build:prod": "ng build --env=prod --prod --build-optimizer", | |
"build:sandbox": "ng build --env=sandbox ---prod --build-optimizer", | |
}, | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment