Skip to content

Instantly share code, notes, and snippets.

@B-PRAVEEN
Created April 9, 2020 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save B-PRAVEEN/93ca931402ad8d6d0d9519d8d6b512fb to your computer and use it in GitHub Desktop.
Save B-PRAVEEN/93ca931402ad8d6d0d9519d8d6b512fb to your computer and use it in GitHub Desktop.
Npm Script for deployment
"deploy:dev": "firebase use dev && ng build --aot && firebase deploy --only hosting",
"deploy:prod": "firebase use prod && ng build --prod && firebase deploy --only hosting"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment