Commit 2c77495
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
0 commit comments