Skip to content

Commit d6424b2

Browse files
SoliEstreclaude
andcommitted
fix(ci): commit root package-lock.json (npm ci requires it)
All 4 workflow runs (CI #1-3 + Release #1) failed at ~7s on the 'npm ci' step: scaffold .gitignore wrongly ignored package-lock.json (carried over from spike habit), so CI had no lockfile to install from. Un-ignore + commit the lockfile (standard for a CI repo). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3100c7c commit d6424b2

2 files changed

Lines changed: 3898 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
2-
package-lock.json
32
.DS_Store
43
*.log
54
.idea/

0 commit comments

Comments
 (0)