Update package-lock.json because make install-frontend-ci is failing.
Error is below:
cd web && npm ci
npm ERR! code EUSAGE
npm ERR!
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
Update package-lock.json because
make install-frontend-ci
is failing.Error is below: