Skip to content

Commit e1e273f

Browse files
committed
Revert "docs: add default value for karma watch option"
This reverts commit a3b676f. (cherry picked from commit 73973ae)
1 parent 1bc1925 commit e1e273f

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
},
104104
"watch": {
105105
"type": "boolean",
106-
"description": "Run build when files change.",
107-
"default": true
106+
"description": "Run build when files change."
108107
},
109108
"poll": {
110109
"type": "number",

0 commit comments

Comments
 (0)