Skip to content

Commit 1facf94

Browse files
author
Bolt Llama Developer
committed
Fix: Add package-lock.json for GitHub Actions CI/CD
- Remove package-lock.json from .gitignore - Generate and commit package-lock.json (9511 lines, 327KB) - Required for npm cache in GitHub Actions workflow - Fixes build failures in release workflow This resolves the error: 'Dependencies lock file is not found. Supported file patterns: package-lock.json'
1 parent 684cef3 commit 1facf94

2 files changed

Lines changed: 9512 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+
# package-lock.json should be committed for CI/CD
44
yarn.lock
55
pnpm-lock.yaml
66

0 commit comments

Comments
 (0)