Skip to content

Commit ab5ceef

Browse files
committed
chore: remove redundant autoInstallPeers setting
true is pnpm's default, so the explicit setting in pnpm-workspace.yaml was a no-op once it matched the default. pnpm-lock.yaml still records settings.autoInstallPeers: true (the resolved effective value), confirming behavior is unchanged.
1 parent bc59c3a commit ab5ceef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ packages:
22
- lib
33
- packages/*
44

5-
autoInstallPeers: true
6-
75
catalog:
86
'@types/react': ^19.2.18
97
'@types/react-dom': ^19.2.7

0 commit comments

Comments
 (0)