Skip to content

Commit 3a4e8a3

Browse files
authored
set hoist-workspace-packages=false
This is part of the effort to harmonize the ember and glimmer monorepos. We upgraded ember to use pnpm 10 to match this repo, but discovered that starting at pnpm 9, pnpm defaults to hoisting all workspace packages such that they are erroneously resolvable by *all* dependencies. This setting is more strict and correct and avoids specific confusing problems in ember's build.
1 parent 3b3ca18 commit 3a4e8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ignore-workspace-root-check=true
22
auto-install-peers=true
33
strict-peer-dependencies=true
4+
hoist-workspace-packages=false

0 commit comments

Comments
 (0)