Skip to content

Commit bdd09ec

Browse files
abhishekslabclaude
andcommitted
Add package-lock.json for reproducible builds in CI/CD
- Remove package-lock.json from .gitignore - Add package-lock.json to repository for npm ci in GitHub Actions - Ensures consistent dependency versions across environments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent faf7379 commit bdd09ec

2 files changed

Lines changed: 1023 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_modules/
33
npm-debug.log*
44
yarn-debug.log*
55
yarn-error.log*
6-
package-lock.json
76

87
# Runtime data
98
pids

0 commit comments

Comments
 (0)