diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-09-08 13:33:28 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-13 20:03:34 +0000 |
commit | 63e837903f028231e7a589be138380c5d78b5ee4 (patch) | |
tree | 62faedda50029bb9e13e51ec6f7fb9120652c322 /server/sonar-web/.yarnrc.yml | |
parent | 80e5b85977523f14c1bb14ea90cb0cc73f4aa59d (diff) | |
download | sonarqube-63e837903f028231e7a589be138380c5d78b5ee4.tar.gz sonarqube-63e837903f028231e7a589be138380c5d78b5ee4.zip |
Migrate to yarn 3.0.2
Diffstat (limited to 'server/sonar-web/.yarnrc.yml')
-rw-r--r-- | server/sonar-web/.yarnrc.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/.yarnrc.yml b/server/sonar-web/.yarnrc.yml new file mode 100644 index 00000000000..9a5445ee347 --- /dev/null +++ b/server/sonar-web/.yarnrc.yml @@ -0,0 +1,3 @@ +nodeLinker: node-modules + +yarnPath: .yarn/releases/yarn-3.0.2.cjs |