From 6c798e5fcdfd7958a1fe2e7a519e9dbd222e96af Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 2 Jun 2020 18:13:53 +0200
Subject: [PATCH] =?UTF-8?q?fix(yarn):=20don=E2=80=99t=20massage=20out=20ya?=
 =?UTF-8?q?rn-path?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/manager/npm/post-update/index.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/manager/npm/post-update/index.ts b/lib/manager/npm/post-update/index.ts
index c092c8ad1f..842acf6012 100644
--- a/lib/manager/npm/post-update/index.ts
+++ b/lib/manager/npm/post-update/index.ts
@@ -150,7 +150,6 @@ export async function writeExistingFiles(
         packageFile.yarnrc
           .replace('--install.pure-lockfile true', '')
           .replace('--install.frozen-lockfile true', '')
-          .replace(/^yarn-path.*$/m, '')
       );
     }
     const { npmLock } = packageFile;
-- 
GitLab