Created
March 28, 2017 17:24
-
-
Save fredrik-lundin/88d3646161436504b15fa1fd573d1002 to your computer and use it in GitHub Desktop.
Angular prod build script
This file contains 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": "ng build --prod --aot", | |
... | |
}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment