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
Using npm install during a CI build is causing in my case several problems as it modifies the package-lock.json file. Running npm ci avoids that. How can I configure the gradle plugin to use npm ci instead of npm install?
The text was updated successfully, but these errors were encountered:
Using
npm install
during a CI build is causing in my case several problems as it modifies thepackage-lock.json
file. Runningnpm ci
avoids that. How can I configure the gradle plugin to usenpm ci
instead ofnpm install
?The text was updated successfully, but these errors were encountered: