We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae2209 commit 78dd9d8Copy full SHA for 78dd9d8
packages/angular/cli/commands/test-long.md
@@ -1,2 +1,2 @@
1
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
2
-When a project name is not supplied, it will execute for all projects.
+When a project name is not supplied and in options `--watch` is `false`, it will execute for all projects.
packages/angular_devkit/build_angular/src/karma/schema.json
@@ -103,7 +103,8 @@
103
},
104
"watch": {
105
"type": "boolean",
106
- "description": "Run build when files change."
+ "description": "Run build when files change.",
107
+ "default": true
108
109
"poll": {
110
"type": "number",
0 commit comments