Skip to content

Commit 33b475d

Browse files
committed
🔧 修复 CI 错误:添加 package-lock.json
✅ 问题修复: - 从 .gitignore 中移除 package-lock.json - 添加 package-lock.json 到版本控制 - 确保 GitHub Actions 依赖缓存正常工作 🎯 CI 状态: - 解决 'Dependencies lock file is not found' 错误 - 支持 Node.js 依赖缓存优化 - 确保构建环境依赖版本一致性
1 parent f0ff128 commit 33b475d

2 files changed

Lines changed: 3599 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yarn-debug.log*
2727
yarn-error.log*
2828
.npm
2929
.yarn-integrity
30-
package-lock.json
30+
# package-lock.json # 保留以确保CI/CD依赖一致性
3131
yarn.lock
3232

3333
# 构建产物

0 commit comments

Comments
 (0)