Skip to content

Commit

Permalink
Migrate to yarn v3.2.1 (actualbudget#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Jed Fox <[email protected]>
  • Loading branch information
TomAFrench and j-f1 authored Jan 27, 2023
1 parent 73db820 commit 9fc9d5c
Show file tree
Hide file tree
Showing 5 changed files with 4,648 additions and 2,473 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ user-files
server-files
fly.toml
build/

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.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 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 9fc9d5c

Please sign in to comment.