shopsys
shopsys copied to clipboard
Usage of npm ci instead of npm install
Describe the bug
In our scripts, we should be using npm ci
instead of npm install
as its usage ensures that the dependencies (and hence package-lock.json
) are not unexpectedly updated (as it occasionally happens now with npm install
).
see https://docs.npmjs.com/cli/v7/commands/npm-ci