Commit 77a44d1
liangweifeng
fix: 修复 docs/package-lock.json 被 gitignore 忽略的问题
- 将 gitignore 中的 package-lock.json 改为 /package-lock.json(只忽略根目录)
- 添加 !docs/package-lock.json 明确允许追踪 docs 目录下的 lockfile
- 添加 docs/package-lock.json 到版本控制,修复 GitHub Actions npm ci 错误1 parent 5490e12 commit 77a44d1
2 files changed
+2471
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
0 commit comments