Skip to content

Commit 2d43549

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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3072,7 +3072,14 @@ __metadata:
30723072
languageName: node
30733073
linkType: hard
30743074

3075-
"reselect@^4.1.7, reselect@workspace:.":
3075+
"reselect@npm:^4.1.7":
3076+
version: 4.1.8
3077+
resolution: "reselect@npm:4.1.8"
3078+
checksum: a4ac87cedab198769a29be92bc221c32da76cfdad6911eda67b4d3e7136dca86208c3b210e31632eae31ebd2cded18596f0dd230d3ccc9e978df22f233b5583e
3079+
languageName: node
3080+
linkType: hard
3081+
3082+
"reselect@workspace:.":
30763083
version: 0.0.0-use.local
30773084
resolution: "reselect@workspace:."
30783085
dependencies:

0 commit comments

Comments
 (0)