sindresorhus/np
The issue has been solved
Possible to use new "npm ci" during release? #285
bryantrobbins posted onGitHub
Hello,
Is is possible to use the relatively new npm ci command during the release process instead of the default "npm install"? We're attempting to do an automated release against locked package versions.
Would a "--use-ci" flag or similar make sense as a convenient way to enable this? If so, I can look into a PR for the same.