Skip to content

Commit a3b676f

Browse files
committed
docs: add default value for karma watch option
1 parent 81afa84 commit a3b676f

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

+2-1
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)