From fc2d19d766d002d4816244ae9393a5faff762524 Mon Sep 17 00:00:00 2001 From: Mathou54 Date: Mon, 26 Nov 2018 14:23:15 +0100 Subject: [PATCH] docs(@angular/cli): change default test watch flag --- packages/angular/cli/lib/config/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/lib/config/schema.json b/packages/angular/cli/lib/config/schema.json index 99bc50ac4895..4b3fc35c06d2 100644 --- a/packages/angular/cli/lib/config/schema.json +++ b/packages/angular/cli/lib/config/schema.json @@ -1201,7 +1201,7 @@ "watch": { "type": "boolean", "description": "Run build when files change.", - "default": false + "default": true }, "poll": { "type": "number",