Update tests documentation and scripts to use the "npm ci" command instead of "npm install" #20756
Labels
area/qe
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe
The
npm ci
command helps to reach reproducibility of environment it installs dependencies based on package-lock.json and dependencies always has particularly defined versions. Vise versa thenpm install
command can produce a different results and should be used only for installing new dependencies.Describe the solution you'd like
Update tests documentation and scripts to use the "npm ci" command instead of "npm install"
Describe alternatives you've considered
No response
Additional context
https://dev.to/adamklein/package-lock-json-in-git-or-not-50l5
The text was updated successfully, but these errors were encountered: