Skip to content

Commit

Permalink
Update to modern Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Aug 6, 2021
1 parent cc766bc commit db787a8
Show file tree
Hide file tree
Showing 5 changed files with 22,795 additions and 16,381 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ junit.xml
node_modules
public/
yarn-error.log
.vercel

.vercel
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
631 changes: 631 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-berry.cjs
Loading

1 comment on commit db787a8

@vercel
Copy link

@vercel vercel bot commented on db787a8 Aug 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.