Skip to content

Commit cd71e9e

Browse files
daichi-pepkclaude
andcommitted
fix: add package-lock.json for CI reproducibility
- Remove package-lock.json from .gitignore - Add typescript-eslint and @eslint/js dependencies - Include lock file for npm ci to work in GitHub Actions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 10a3293 commit cd71e9e

3 files changed

Lines changed: 3683 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ npm-debug.log*
2727
.env
2828
.env.local
2929

30-
# Package manager
31-
package-lock.json
30+
# Package manager (keep package-lock.json for CI reproducibility)
3231
yarn.lock
3332
pnpm-lock.yaml

0 commit comments

Comments
 (0)