We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ead19f commit b09a679Copy full SHA for b09a679
1 file changed
scripts/npm/install-npm-packages.mjs
@@ -769,10 +769,10 @@ async function installPackage(packageInfo) {
769
'packages:',
770
' - .',
771
'',
772
- '# pnpm v11 settings for third-party test installs.',
773
- 'blockExoticSubdeps: false',
774
- 'strictDepBuilds: false',
775
- 'resolutionMode: highest',
+ '# pnpm v11 settings for third-party test installs (kebab-case required).',
+ 'block-exotic-subdeps: false',
+ 'strict-dep-builds: false',
+ 'resolution-mode: highest',
776
overridesSection,
777
].join('\n'),
778
'utf8',
0 commit comments