Skip to content

Commit 302f537

Browse files
gaoyu06claude
andcommitted
ci: allow esbuild build script (pnpm 11 allowBuilds)
Fresh installs failed with ERR_PNPM_IGNORED_BUILDS: pnpm 11 blocks dependency build scripts by default and the workspace file left esbuild's allowBuilds value as a placeholder. Set it to true so CI's clean install runs esbuild's build instead of erroring. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1b298a6 commit 302f537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ verifyDepsBeforeRun: false
22
onlyBuiltDependencies:
33
- esbuild
44
allowBuilds:
5-
esbuild: set this to true or false
5+
esbuild: true

0 commit comments

Comments
 (0)