Commit d53a7a7
authored
`unrs-resolver`'s postinstall script is only needed for legacy versions
of npm, so it's safe to ignore:
unrs/unrs-resolver#193 (comment)
Without this, bun blocks the postinstall script (okay) and logs a
warning (not ideal, confusing to end users). This prevents it from
running and suppresses the warning. This matches what we now do in
`pnpm` (#83168) but for `bun`.
Context:
- https://vercel.slack.com/archives/C03KAR5DCKC/p1763570835510729
- https://vercel.slack.com/archives/C06DNAH5LSG/p1763580178004169
## Before

## After

1 parent 8ce869f commit d53a7a7
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
343 | 356 | | |
344 | 357 | | |
345 | 358 | | |
| |||
0 commit comments