Skip to content

Instantly share code, notes, and snippets.

@imsarvesh
Created August 19, 2017 11:15
Show Gist options
  • Save imsarvesh/d921e6324a6b5b53e73cf251cc931b31 to your computer and use it in GitHub Desktop.
Save imsarvesh/d921e6324a6b5b53e73cf251cc931b31 to your computer and use it in GitHub Desktop.
Github Angular2 prod deployment
"deploy" : "ng build --prod --base dist && git add -A && git commit -m 'dist pushed' && git subtree push --prefix dist origin gh-pages"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment