* Use Yarn 2.4.0 * Update the release plugin * Check yarn bug on CI * Patch yarn bug * Update lockfile
24 lines
550 B
YAML
24 lines
550 B
YAML
enableGlobalCache: true
|
|
|
|
enableTransparentWorkspaces: false
|
|
|
|
nodeLinker: node-modules
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-babel-release-tool.cjs
|
|
spec: "https://raw.githubusercontent.com/nicolo-ribaudo/yarn-plugin-babel-release-tool/main/bundles/%40yarnpkg/plugin-babel-release-tool.js"
|
|
|
|
releaseTool:
|
|
ignoreChanges:
|
|
- "*.md"
|
|
- "*.txt"
|
|
- test/**
|
|
- "**/test/**"
|
|
- codemods/**
|
|
- "@(!(native-modules|built-ins|plugins|package)).json"
|
|
|
|
unsafeHttpWhitelist:
|
|
- localhost
|
|
|
|
yarnPath: .yarn/releases/yarn-2.4.0.cjs
|