Skip to content

Commit a37c9bc

Browse files
mattgloryclaude
andcommitted
Fix CI: track package-lock.json files for npm ci
Both CI jobs failed because package-lock.json was in .gitignore. npm ci requires lock files to exist. Now tracking both root and web/ lock files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf92ac3 commit a37c9bc

3 files changed

Lines changed: 9817 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn-debug.log*
99
yarn-error.log*
1010
.npm
1111
.eslintcache
12-
package-lock.json
12+
# package-lock.json is tracked — required for CI (npm ci)
1313

1414
# ============================================
1515
# Clarinet

0 commit comments

Comments
 (0)