Skip to content

Commit

Permalink
chore: migrate to yarn v3 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 25, 2022
1 parent 26e4ea3 commit fc8f277
Show file tree
Hide file tree
Showing 5 changed files with 9,701 additions and 6,684 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
node_modules/
build/
coverage/

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.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.3.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
"@semantic-release/git",
"@semantic-release/github"
]
}
},
"packageManager": "yarn@3.2.3"
}

0 comments on commit fc8f277

Please sign in to comment.