Skip to content

Commit 1b61862

Browse files
committed
Fix Yarn workspace symlink behavior
1 parent 8c62e90 commit 1b61862

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

33
yarnPath: .yarn/releases/yarn-3.2.4.cjs
4+
5+
# Prevent Yarn from symlinking the repo as a dependency in RTK
6+
# https://yarnpkg.com/configuration/yarnrc#enableTransparentWorkspaces
7+
enableTransparentWorkspaces: false

0 commit comments

Comments
 (0)