Skip to content

Commit 9d89487

Browse files
authored
chore: switch yarn from PnP to node-modules linker (#468)
1 parent 5d38331 commit 9d89487

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ lerna-debug.log*
1313
!.yarn/sdks
1414
!.yarn/versions
1515

16+
.pnp.*
17+
.yarn/cache
18+
.yarn/unplugged
19+
.yarn/build-state.yml
20+
.yarn/install-state.gz
21+
22+
1623
# Diagnostic reports (https://nodejs.org/api/report.html)
1724
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1825

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)