We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe8792 commit 8721237Copy full SHA for 8721237
angular.json
@@ -14,7 +14,8 @@
14
"main": "./test.ts",
15
"karmaConfig": "./karma.conf.js",
16
"polyfills": "./polyfills.ts",
17
- "tsConfig": "./tsconfig.spec.json"
+ "tsConfig": "./tsconfig.spec.json",
18
+ "watch": false
19
}
20
21
package.json
@@ -3,7 +3,7 @@
3
"version": "0.9.1",
4
"scripts": {
5
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
6
- "test": "ng test --watch false"
+ "test": "ng test"
7
},
8
"repository": {
9
"type": "git",
0 commit comments