Commit 1facf94
Bolt Llama Developer
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments