Skip to content

Commit

Permalink
Switch to Yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 24, 2024
1 parent af43e1f commit 9f6d007
Show file tree
Hide file tree
Showing 5 changed files with 26,098 additions and 18,632 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig


# Yarn 3 artifacts
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
*.tgz
test/.yarn/
*.mp4
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.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 @@
yarnPath: .yarn/releases/yarn-4.3.1.cjs

nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,6 @@
"html",
"json"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 9f6d007

Please sign in to comment.