Skip to content

Commit 4fc09da

Browse files
committed
fix(pnpm): remove catalogMode in the enforced settings
as pnpm's yaml update implementation is a bit too distorting
1 parent aad47ef commit 4fc09da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configs/pnpm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export async function pnpm(
9292
settings: {
9393
shellEmulator: true,
9494
trustPolicy: 'no-downgrade',
95-
...(catalogs ? { catalogMode: 'prefer' } : {}),
9695
},
9796
}],
9897
'pnpm/yaml-no-duplicate-catalog-item': 'error',

0 commit comments

Comments
 (0)