mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-25 08:08:14 -05:00
feat!: hoist-workspace-packages is true by default (#7489)
This commit is contained in:
6
.changeset/tall-windows-accept.md
Normal file
6
.changeset/tall-windows-accept.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/config": major
|
||||
"pnpm": major
|
||||
---
|
||||
|
||||
The default value of the [hoist-workspace-packages](https://pnpm.io/npmrc#hoist-workspace-packages) is `true`.
|
||||
@@ -230,7 +230,7 @@ export async function getConfig (
|
||||
'git-branch-lockfile': false,
|
||||
hoist: true,
|
||||
'hoist-pattern': ['*'],
|
||||
'hoist-workspace-packages': false,
|
||||
'hoist-workspace-packages': true,
|
||||
'ignore-workspace-cycles': false,
|
||||
'ignore-workspace-root-check': false,
|
||||
'link-workspace-packages': false,
|
||||
|
||||
Reference in New Issue
Block a user