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(ci): resolve npm ci sync issue in Docker build
Fix package-lock.json sync error by regenerating lock file before Docker build.
This prevents the 'npm ci can only install packages when your package.json and
package-lock.json are in sync' error that was causing deployment failures.
- Add clean package-lock.json regeneration in Docker build step
- Update server package-lock.json to be in sync with package.json
- Remove problematic npm ci attempt before Docker build
Fixes deployment failure on line 101 where Docker build failed with npm ci sync error.
0 commit comments