Skip to content

Commit e8baed4

Browse files
committed
Add package-lock.json for reproducible CI/CD builds
- Updated .gitignore to commit package-lock.json (required for GitHub Actions npm caching) - Ensures consistent dependency versions across CI/CD environments - Fixes GitHub Actions workflow test failure due to missing lock file
1 parent d3ae2ec commit e8baed4

2 files changed

Lines changed: 4936 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependencies
22
node_modules/
3-
package-lock.json
3+
# Lock files are committed to ensure reproducible builds in CI/CD
44
yarn.lock
55

66
# Build output

0 commit comments

Comments
 (0)