Skip to content

Commit 2c77495

Browse files
noodaneeclaude
andcommitted
fix: 提交 package-lock.json 以修复 CI 构建失败
移除 .gitignore 中的 package-lock.json 规则,并将 lockfile 提交到版本控制。这是 npm 的最佳实践,确保所有环境中的依赖 版本一致性。 修复 GitHub Actions 中 `npm ci` 命令因缺少 lockfile 而失败 的问题。 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 71dba0c commit 2c77495

2 files changed

Lines changed: 2776 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ $RECYCLE.BIN/
197197
# Windows shortcuts
198198
*.lnk
199199

200-
package-lock.json
201200
.vscode/
202201
build/
203202
Debug/

0 commit comments

Comments
 (0)