Skip to content

Commit 32cf222

Browse files
committed
docs: add default value for karma watch option
(cherry picked from commit a3b676f)
1 parent 342cea9 commit 32cf222

File tree

1 file changed

+2
-1
lines changed
  • packages/angular_devkit/build_angular/src/karma

1 file changed

+2
-1
lines changed

packages/angular_devkit/build_angular/src/karma/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
},
104104
"watch": {
105105
"type": "boolean",
106-
"description": "Run build when files change."
106+
"description": "Run build when files change.",
107+
"default": true
107108
},
108109
"poll": {
109110
"type": "number",

0 commit comments

Comments
 (0)