Skip to content

Commit

Permalink
Fix Yarn workspace symlink behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 27, 2023
1 parent 95636b7 commit 2113f70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.4.cjs

# Prevent Yarn from symlinking the repo as a dependency in RTK
# https://yarnpkg.com/configuration/yarnrc#enableTransparentWorkspaces
enableTransparentWorkspaces: false
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,14 @@ __metadata:
languageName: node
linkType: hard

"reselect@^4.1.7, reselect@workspace:.":
"reselect@npm:^4.1.7":
version: 4.1.8
resolution: "reselect@npm:4.1.8"
checksum: a4ac87cedab198769a29be92bc221c32da76cfdad6911eda67b4d3e7136dca86208c3b210e31632eae31ebd2cded18596f0dd230d3ccc9e978df22f233b5583e
languageName: node
linkType: hard

"reselect@workspace:.":
version: 0.0.0-use.local
resolution: "reselect@workspace:."
dependencies:
Expand Down

0 comments on commit 2113f70

Please sign in to comment.