From bf88c5c9f8b82c3e74d5c3547f683f8d858a7e4c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 3 Apr 2018 11:29:15 -0700 Subject: [PATCH] build: configure angular-cli projects to use yarn by default (#23149) PR Close #23149 --- aio/.angular-cli.json | 3 ++- integration/cli-hello-world/.angular-cli.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aio/.angular-cli.json b/aio/.angular-cli.json index 09bc7b2b71..a60ebea55e 100644 --- a/aio/.angular-cli.json +++ b/aio/.angular-cli.json @@ -68,5 +68,6 @@ "build": { "namedChunks": true } - } + }, + "packageManager": "yarn" } diff --git a/integration/cli-hello-world/.angular-cli.json b/integration/cli-hello-world/.angular-cli.json index 070b2644d6..2b19830864 100644 --- a/integration/cli-hello-world/.angular-cli.json +++ b/integration/cli-hello-world/.angular-cli.json @@ -56,5 +56,6 @@ "defaults": { "styleExt": "css", "component": {} - } + }, + "packageManager": "yarn" }