Skip to content

Instantly share code, notes, and snippets.

@lovubuntu
Last active January 16, 2019 09:17
Show Gist options
  • Save lovubuntu/e8427376de767cee3086e2e2de18a816 to your computer and use it in GitHub Desktop.
Save lovubuntu/e8427376de767cee3086e2e2de18a816 to your computer and use it in GitHub Desktop.
Default package.json generated by angular
{
"name": "angular-with-ci-cd",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment