Skip to content

Commit 8721237

Browse files
committed
Move "watch" option to angular.json
1 parent ffe8792 commit 8721237

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"main": "./test.ts",
1515
"karmaConfig": "./karma.conf.js",
1616
"polyfills": "./polyfills.ts",
17-
"tsConfig": "./tsconfig.spec.json"
17+
"tsConfig": "./tsconfig.spec.json",
18+
"watch": false
1819
}
1920
}
2021
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.1",
44
"scripts": {
55
"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"
6+
"test": "ng test"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)