Skip to content

Add pnpm-workspace.yaml with workspace config and allowBuilds#254

Merged
jantnovi merged 1 commit into
main-clifrom
fix/pnpm-11-ignored-builds-main-cli
May 27, 2026
Merged

Add pnpm-workspace.yaml with workspace config and allowBuilds#254
jantnovi merged 1 commit into
main-clifrom
fix/pnpm-11-ignored-builds-main-cli

Conversation

@jantnovi
Copy link
Copy Markdown

pnpm 11 blocks dependency build scripts by default, causing pnpm install to fail with ERR_PNPM_IGNORED_BUILDS.

Adds pnpm-workspace.yaml with:

  • packages config (pnpm equivalent of the workspaces field in package.json)
  • allowBuilds entries for dependencies that require build scripts

Compatible with pnpm 7+.

@jantnovi jantnovi force-pushed the fix/pnpm-11-ignored-builds-main-cli branch 3 times, most recently from 94ab019 to d85c9b1 Compare May 21, 2026 13:55
@craigmichaelmartin craigmichaelmartin force-pushed the fix/pnpm-11-ignored-builds-main-cli branch from 0bfd99c to d85c9b1 Compare May 21, 2026 18:39
pnpm 11 blocks dependency build scripts by default, causing pnpm install
to fail with ERR_PNPM_IGNORED_BUILDS.

Adds pnpm-workspace.yaml with:
- packages config (pnpm equivalent of the workspaces field in package.json)
- allowBuilds entries for dependencies that require build scripts

Compatible with pnpm 7+.
@jantnovi jantnovi force-pushed the fix/pnpm-11-ignored-builds-main-cli branch from d85c9b1 to ebaf861 Compare May 27, 2026 13:28
@jantnovi jantnovi merged commit c7ef2af into main-cli May 27, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants