Skip to content

Commit

Permalink
chore: migrate to pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed May 31, 2024
1 parent 162dd6d commit 81c6748
Show file tree
Hide file tree
Showing 6 changed files with 5,110 additions and 3,163 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ dist
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

# VSCode
.vscode/
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

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

enableGlobalCache: false
enableGlobalCache: true

nodeLinker: node-modules
nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"yarn": "^1.17.0",
"npm": "please use yarn"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
Expand All @@ -43,6 +43,7 @@
"prettier": "^3.1.0"
},
"resolutions": {
"koishi": "4.15.6"
"koishi": "<4.16.8",
"typescript": "5.4.3"
}
}
Loading

0 comments on commit 81c6748

Please sign in to comment.