chore:切换包管理器为pnpm(替换yarn)

This commit is contained in:
moyin
2025-12-08 17:21:34 +08:00
parent e973da4efe
commit 5dc97532c6
4 changed files with 31 additions and 15 deletions

7
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# 依赖
node_modules/
yarn.lock
package-lock.json
pnpm-lock.yaml
# 构建输出
dist/
@@ -15,9 +14,7 @@ build/
# 日志
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 操作系统
.DS_Store