add explainer

This commit is contained in:
Norbert de Langen 2024-06-10 11:31:41 +02:00
parent c84daf1c1c
commit e625ef941d

View File

@ -41,7 +41,11 @@ export const installYarn2 = async ({ cwd, dryRun, debug }: YarnOptions) => {
touch('yarn.lock'),
touch('.yarnrc.yml'),
`yarn set version berry`,
// related issue: https://github.com/yarnpkg/berry/issues/5841
// waiting to have this released: https://github.com/yarnpkg/berry/pull/6205
`yarn set version from sources --branch 6205 --no-minify`,
// Use the global cache so we aren't re-caching dependencies each time we run sandbox
`yarn config set enableGlobalCache true`,
`yarn config set checksumBehavior ignore`,