Skip to content
Snippets Groups Projects
Commit 6c798e5f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(yarn): don’t massage out yarn-path

parent 7d401758
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment