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
Is your feature request related to a problem? Please describe.
My understanding is for purposes such as building under a CI environment it may be desirable to to use npm ci to install dependencies as it does not write to package-lock.json causing dependencies to be frozen for the project meaning builds can be reproducible.
Describe the solution you'd like
A property for configuring the command for installing dependencies via npm.