build: yarn 改为 pnpm

This commit is contained in:
ocean-gao 2024-12-20 10:53:29 +08:00
parent 654724bebd
commit 441eee1217
3 changed files with 7577 additions and 6731 deletions

View File

@ -2,6 +2,7 @@
"name": "nextchat",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.15.5",
"license": "mit",
"scripts": {
"mask": "npx tsx app/masks/build.ts",
@ -77,9 +78,5 @@
"typescript": "5.2.2",
"watch": "^1.0.2",
"webpack": "^5.88.1"
},
"resolutions": {
"lint-staged/yaml": "^2.2.2"
},
"packageManager": "yarn@1.22.19"
}
}

7575
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

6726
yarn.lock

File diff suppressed because it is too large Load Diff