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 e82eef9 commit fa7b904Copy full SHA for fa7b904
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
@@ -109,7 +109,8 @@
109
},
110
"watch": {
111
"type": "boolean",
112
- "description": "Run build when files change."
+ "description": "Run build when files change.",
113
+ "default": true
114
115
"poll": {
116
"type": "number",
0 commit comments