Skip to content

Commit b09a679

Browse files
committed
fix: use kebab-case for pnpm v11 workspace yaml settings
1 parent 7ead19f commit b09a679

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/npm/install-npm-packages.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,10 @@ async function installPackage(packageInfo) {
769769
'packages:',
770770
' - .',
771771
'',
772-
'# pnpm v11 settings for third-party test installs.',
773-
'blockExoticSubdeps: false',
774-
'strictDepBuilds: false',
775-
'resolutionMode: highest',
772+
'# pnpm v11 settings for third-party test installs (kebab-case required).',
773+
'block-exotic-subdeps: false',
774+
'strict-dep-builds: false',
775+
'resolution-mode: highest',
776776
overridesSection,
777777
].join('\n'),
778778
'utf8',

0 commit comments

Comments
 (0)