Skip to content

Commit

Permalink
Merge pull request #199 from neplextech/yarn-fix
Browse files Browse the repository at this point in the history
chore: install yarn binary instead of using corepack
  • Loading branch information
twlite authored Jan 26, 2024
2 parents ad8d13f + 0397164 commit c0aee31
Show file tree
Hide file tree
Showing 3 changed files with 899 additions and 2 deletions.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"tsx": "^4.6.2",
"turbo": "^1.10.16"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0"
}
}
}

0 comments on commit c0aee31

Please sign in to comment.