Skip to content

Instantly share code, notes, and snippets.

@fredrik-lundin
Created March 28, 2017 17:24
Show Gist options
  • Save fredrik-lundin/88d3646161436504b15fa1fd573d1002 to your computer and use it in GitHub Desktop.
Save fredrik-lundin/88d3646161436504b15fa1fd573d1002 to your computer and use it in GitHub Desktop.
Angular prod build script
...
"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