From 0519eb3a9d97b7831bc436e8f4e4aec6bbfd3d6a Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Thu, 14 Oct 2021 09:16:51 +0200 Subject: [PATCH] Make yarn use the global cache only --- server/sonar-docs/.yarnrc.yml | 1 + server/sonar-web/.yarnrc.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/server/sonar-docs/.yarnrc.yml b/server/sonar-docs/.yarnrc.yml index 9a5445ee347..51037bd8b8e 100644 --- a/server/sonar-docs/.yarnrc.yml +++ b/server/sonar-docs/.yarnrc.yml @@ -1,3 +1,4 @@ nodeLinker: node-modules +enableGlobalCache: true yarnPath: .yarn/releases/yarn-3.0.2.cjs diff --git a/server/sonar-web/.yarnrc.yml b/server/sonar-web/.yarnrc.yml index 9a5445ee347..51037bd8b8e 100644 --- a/server/sonar-web/.yarnrc.yml +++ b/server/sonar-web/.yarnrc.yml @@ -1,3 +1,4 @@ nodeLinker: node-modules +enableGlobalCache: true yarnPath: .yarn/releases/yarn-3.0.2.cjs -- 2.39.5