Skip to content

Commit 36bafee

Browse files
authoredFeb 8, 2024
🤖 Merge PR DefinitelyTyped#68561 Add hoist-workspace-packages=false in prep for pnpm v9 by @jakebailey
1 parent 3458fe2 commit 36bafee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ save-workspace-protocol=false
4545
ignore-workspace-cycles=true
4646
# Don't pull symlinks up out of workspace packages.
4747
dedupe-direct-deps=false
48+
# Don't allow every package to see every other package.
49+
hoist-workspace-packages=false
4850

4951
# Remove once https://github.com/pnpm/pnpm/issues/6457 is fixed
5052
# and we can set a hoisting limit of "workspaces" like in Yarn.

0 commit comments

Comments
 (0)
Please sign in to comment.