Skip to content

Commit 13c7719

Browse files
PagebakersAlan-Cha
authored andcommitted
chore: use yarn 3
1 parent c23884b commit 13c7719

File tree

6 files changed

+10632
-21359
lines changed

6 files changed

+10632
-21359
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ packages/openapi-to-graphql/APIs
77
# Dependency directories
88
node_modules
99

10+
# Yarn
11+
.pnp.*
12+
.yarn/*
13+
!.yarn/patches
14+
!.yarn/plugins
15+
!.yarn/releases
16+
!.yarn/sdks
17+
!.yarn/versions
18+
1019
# Optional npm cache directory
1120
.npm
1221

.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)