shopsys icon indicating copy to clipboard operation
shopsys copied to clipboard

Usage of npm ci instead of npm install

Open vitek-rostislav opened this issue 3 years ago • 0 comments

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

vitek-rostislav avatar Sep 14 '21 14:09 vitek-rostislav