fix: include package-lock.json for GitHub Actions
- Removed package-lock.json from .gitignore - Added package-lock.json to git tracking - Fixes npm ci failure in sync-public-docs workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
864a1dba81
commit
e1dea44e86
2 changed files with 8939 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
|
|
|
||||||
8939
package-lock.json
generated
Normal file
8939
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue