mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-16 12:51:45 -04:00
feat!: embed-readme is false by default
This commit is contained in:
6
.changeset/modern-carrots-invent.md
Normal file
6
.changeset/modern-carrots-invent.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@pnpm/config": major
|
||||||
|
"pnpm": major
|
||||||
|
---
|
||||||
|
|
||||||
|
The `embed-readme` setting is `false` by default.
|
||||||
@@ -212,10 +212,7 @@ export default async (
|
|||||||
'virtual-store-dir': 'node_modules/.pnpm',
|
'virtual-store-dir': 'node_modules/.pnpm',
|
||||||
'workspace-concurrency': 4,
|
'workspace-concurrency': 4,
|
||||||
'workspace-prefix': opts.workspaceDir,
|
'workspace-prefix': opts.workspaceDir,
|
||||||
/**
|
'embed-readme': false,
|
||||||
* @todo Make `false` by default in v7.
|
|
||||||
*/
|
|
||||||
'embed-readme': true,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
npmConfig.addFile(path.resolve(path.join(__dirname, 'pnpmrc')), 'pnpm-builtin')
|
npmConfig.addFile(path.resolve(path.join(__dirname, 'pnpmrc')), 'pnpm-builtin')
|
||||||
|
|||||||
Reference in New Issue
Block a user