Skip to content

Commit 886b53d

Browse files
bmadcodeclaude
andcommitted
fix: add package-lock.json for CI support
Remove package-lock.json from .gitignore and commit lock file. CI workflow uses npm ci which requires a lock file, and actions/setup-node cache: npm requires it for cache keys. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4835619 commit 886b53d

2 files changed

Lines changed: 17016 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pnpm-lock.yaml
44
bun.lock
55
deno.lock
66
pnpm-workspace.yaml
7-
package-lock.json
87

98
test-output/*
109
coverage/

0 commit comments

Comments
 (0)