Skip to content

Commit e826c52

Browse files
Xexrclaude
andcommitted
Fix: Include pnpm-lock.yaml for reproducible builds
- Remove pnpm-lock.yaml from .gitignore to ensure consistent dependencies - Lock files should be committed for npm packages to guarantee reproducible builds - Fixes GitHub Actions CI failure due to missing lock file 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1530fa4 commit e826c52

File tree

2 files changed

+3256
-2
lines changed

2 files changed

+3256
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131

132-
# pnpm
133-
pnpm-lock.yaml
132+
# pnpm (pnpm-lock.yaml should be committed for npm packages)
134133

135134
# Built files
136135
build/

0 commit comments

Comments
 (0)