Created
December 10, 2019 21:42
-
-
Save AvocadoVenom/fb2856585bae38f4ff3192030a8d9b5f to your computer and use it in GitHub Desktop.
Angular Schematics - npm script build watch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // ... | |
| "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