Commit 2c3e5c9
committed
Allow esbuild build script
pnpm 11 blocks dependency build scripts by default (strictDepBuilds) and
exits non-zero on an unreviewed one, failing install. esbuild (via
vitest) needs its postinstall to place its native binary. Approve it via
allowBuilds, pnpm's build-script approval setting (the array-based
onlyBuiltDependencies was removed in pnpm 11).1 parent bb4f061 commit 2c3e5c9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments