Commit fe71e62
committed
fix(config): align .npmrc and pnpm-workspace.yaml for pnpm v11
- .npmrc: add ignore-scripts (valid npm setting, safety net)
- pnpm-workspace.yaml: remove ignoreScripts (blocks project prepare/build scripts)
- pnpm-workspace.yaml: remove linkWorkspacePackages (removed in pnpm v11)
- Rely on pnpm v11 strictDepBuilds (default true) + allowBuilds for dep scripts1 parent b1e3b70 commit fe71e62
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
0 commit comments