For those of you using N…
For those of you using NPM how many use npm ci
during your CI process?
Responses:
We do
Use to use ci, comes in handy, however, we have recently swapped my current client over to yarn
I recently ran into an issue when running npm run update
(ng update @nrwl/workspace
) with the package-lock.json
getting out of sync so when we ran npm ci
durring our build process it was not happy. Not a hard fix just run npm install
and commit the updated pacakge-lock.json
and everything was happy just was wondering if others have seen this issue after updating nx