Skip to content

Commit

Permalink
fix: exclude @elastic/eui-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Feb 27, 2025
1 parent d4ff3b4 commit ec2b564
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ nmHoistingLimits: none

nodeLinker: node-modules

npmRegistryServer: "http://localhost:4873"
unsafeHttpWhitelist:
- localhost
- "localhost:4873"

yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 2 additions & 0 deletions packages/release-cli/src/steps/build_packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { type ReleaseOptions } from '../release';
const workspacesToExclude = [
// exclude itself to prevent any unexpected behavior
'@elastic/eui-release-cli',
// the monorepo is just a "wrapper" workspace and doesn't need building
`@elastic/eui-monorepo`,
// only needed by @elastic/eui-website
'@elastic/eui-docgen',
// private and fully independent
Expand Down

0 comments on commit ec2b564

Please sign in to comment.