Skip to content

Commit

Permalink
fix: work around latest yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jul 25, 2023
1 parent ea700ef commit fd0e70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# for pnpm, use flat node_modules
shamefully-hoist=true
auto-install-peers=true
1 change: 1 addition & 0 deletions common/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# For compatibility in yarn 2
pnpMode: loose
pnpFallbackMode: all
nodeLinker: "node-modules"

0 comments on commit fd0e70b

Please sign in to comment.