Commit a8b3c3a
committed
Move pnpm onlyBuiltDependencies to pnpm-workspace.yaml
pnpm 11 no longer reads the "pnpm" field from package.json and warns
"The 'pnpm' field in package.json is no longer read by pnpm." Because
unrs-resolver's build script was no longer approved, pnpm 11 treated the
ignored build as fatal (ERR_PNPM_IGNORED_BUILDS) and failed the install.
Move the setting to pnpm-workspace.yaml (pnpm 11's new home for it) and
drop the now-dead pnpm field from package.json.1 parent 8705127 commit a8b3c3a
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments