Skip to content

Commit

Permalink
chore: use yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 26, 2022
1 parent 5360554 commit 2a91b1b
Show file tree
Hide file tree
Showing 5 changed files with 10,414 additions and 7,230 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
node_modules/
dist/

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@
},
"resolutions": {
"npm": "7.20.6"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2a91b1b

Please sign in to comment.