Skip to content

Instantly share code, notes, and snippets.

@kobvel
Last active October 31, 2017 10:11
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 kobvel/48fc4474209b52126bab91747d68bdac to your computer and use it in GitHub Desktop.
Save kobvel/48fc4474209b52126bab91747d68bdac to your computer and use it in GitHub Desktop.
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"predeploy": "firebase use --token $FIREBASE_DEPLOY_KEY $CI_ENVIRONMENT_SLUG",
"deploy": "firebase deploy --non-interactive --token $FIREBASE_DEPLOY_KEY"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment