Skip to content

Commit 182a1a7

Browse files
committed
fix: use kebab-case for pnpm v11 workspace yaml settings, add registry-supports-time-field
1 parent 7ead19f commit 182a1a7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

scripts/npm/install-npm-packages.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,11 @@ 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+
'registry-supports-time-field: false',
775+
'resolution-mode: highest',
776+
'strict-dep-builds: false',
776777
overridesSection,
777778
].join('\n'),
778779
'utf8',

0 commit comments

Comments
 (0)