mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
add explainer
This commit is contained in:
parent
c84daf1c1c
commit
e625ef941d
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user