You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Resolve npm ci missing package-lock.json issue
- Change npm ci to npm install in CI/CD workflows
- Update cache key to use package.json instead of package-lock.json
- Fix dependency installation in GitHub Actions
- Ensure CI/CD works without committed lockfile
Fixes:
✅ npm ci missing package-lock.json error
✅ Cache key resolution issues
✅ Dependency installation in CI/CD
✅ More reliable frontend builds
0 commit comments