Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 5527ba3

Browse files
committed
fix(ci): allow esbuild build scripts for pnpm 11.x
pnpm 11.x blocks postinstall scripts by default via ERR_PNPM_IGNORED_BUILDS. Add pnpm.onlyBuiltDependencies to approve esbuild's postinstall script.
1 parent 95e312d commit 5527ba3

2 files changed

Lines changed: 107 additions & 466 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
"simple-git-hooks": "2.13.1",
3636
"turbo": "^2.3.0"
3737
},
38+
"pnpm": {
39+
"allowBuilds": {
40+
"esbuild": true
41+
}
42+
},
3843
"packageManager": "pnpm@11.0.0"
3944
}

0 commit comments

Comments
 (0)