mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
To remove as soon as we are using `workspace:*` in our deps instead of pin versions. https://yarnpkg.com/features/workspaces#publishing-workspaces
13 lines
361 B
YAML
13 lines
361 B
YAML
enableGlobalCache: true
|
|
|
|
# FIXME: Hack to make the CI happy; to remove as soon as we are using `workspace:*` in our deps instead of pin versions
|
|
enableImmutableInstalls: false
|
|
|
|
nodeLinker: node-modules
|
|
|
|
plugins:
|
|
- path: ../../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
|
|
yarnPath: ../../.yarn/releases/yarn-sources.cjs
|