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

fix(yarn): strip frozen-lockfile from yarnrc

parent 44280e09
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,7 @@ async function writeExistingFiles(config, packageFiles) { ...@@ -189,6 +189,7 @@ async function writeExistingFiles(config, packageFiles) {
upath.join(basedir, '.yarnrc'), upath.join(basedir, '.yarnrc'),
packageFile.yarnrc packageFile.yarnrc
.replace('--install.pure-lockfile true', '') .replace('--install.pure-lockfile true', '')
.replace('--install.frozen-lockfile true', '')
.replace(/^yarn-path.*$/m, '') .replace(/^yarn-path.*$/m, '')
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment