Skip to content

Commit f6f7c92

Browse files
authored
fix: allow esbuild, sharp, and workerd build scripts for pnpm 11 (#253)
pnpm 11 enables strictDepBuilds by default, causing CI to fail with ERR_PNPM_IGNORED_BUILDS on fresh installs.
1 parent f0a96cd commit f6f7c92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ overrides:
44
# Cloudflare publishes workers-types daily; exclude from the 24h release-age gate.
55
minimumReleaseAgeExclude:
66
- '@cloudflare/workers-types'
7+
8+
allowBuilds:
9+
esbuild: true
10+
sharp: true
11+
workerd: true

0 commit comments

Comments
 (0)