From: Philippe Perrin Date: Thu, 14 Oct 2021 07:16:51 +0000 (+0200) Subject: Make yarn use the global cache only X-Git-Tag: 9.2.0.49834~150 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0519eb3a9d97b7831bc436e8f4e4aec6bbfd3d6a;p=sonarqube.git Make yarn use the global cache only --- 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