Skip to content

Commit

Permalink
use temp local branch yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 14, 2024
1 parent 6dc5885 commit c627d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const installYarn2 = async ({ cwd, dryRun, debug }: YarnOptions) => {
touch('yarn.lock'),
touch('.yarnrc.yml'),
`yarn set version berry`,
`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`,
Expand Down

0 comments on commit c627d93

Please sign in to comment.