build-image icon indicating copy to clipboard operation
build-image copied to clipboard

Disable npm audit in npm install

Open denis-sokolov opened this issue 4 years ago • 0 comments

npm audit is a development tool, here the only thing it does is slow down the build.

npm install by default is a development tool, so it includes features like audit that need to be manually disabled if we do not use npm ci.

denis-sokolov avatar Dec 21 '20 06:12 denis-sokolov