Commit d0c3d36
fix: add --ignore-scripts to pnpm11 install command
pnpm v11 beta errors (ERR_PNPM_IGNORED_BUILDS) when dependencies
have build scripts that haven't been explicitly approved via
`pnpm approve-builds`. This is a breaking change from pnpm v10
which silently ignored them.
Since the benchmarks intentionally skip install scripts to measure
only dependency resolution + linking, add --ignore-scripts to match
the same approach used for npm, yarn classic, and bun.
Co-authored-by: Darcy Clarke <darcy@darcyclarke.me>1 parent 9ab6363 commit d0c3d36
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments