Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Created December 10, 2019 21:42
Show Gist options
  • Select an option

  • Save AvocadoVenom/fb2856585bae38f4ff3192030a8d9b5f to your computer and use it in GitHub Desktop.

Select an option

Save AvocadoVenom/fb2856585bae38f4ff3192030a8d9b5f to your computer and use it in GitHub Desktop.
Angular Schematics - npm script build watch
{
// ...
"scripts": {
"build": "tsc -p tsconfig.json",
"build:local": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js"
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment