fix: Add package-lock.json for reproducible CI builds

- Remove package-lock.json from .gitignore to enable npm ci in CI/CD
- Ensures consistent dependency versions across environments
- Fixes CI pipeline dependency installation step

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jonathan Flatt
2025-05-21 03:47:32 +00:00
parent f797b84207
commit 76a625c5f4
2 changed files with 8763 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Dependencies
node_modules/
package-lock.json
# Environment variables
.env

8763
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff