Skip to content

Commit 62fb3ba

Browse files
author
Mathou54
authored
docs(@angular/cli): change default test watch flag
1 parent e8a33c0 commit 62fb3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
"watch": {
700700
"type": "boolean",
701701
"description": "Run build when files change.",
702-
"default": true
702+
"default": false
703703
},
704704
"outputHashing": {
705705
"type": "string",
@@ -1201,7 +1201,7 @@
12011201
"watch": {
12021202
"type": "boolean",
12031203
"description": "Run build when files change.",
1204-
"default": false
1204+
"default": true
12051205
},
12061206
"poll": {
12071207
"type": "number",

0 commit comments

Comments
 (0)