commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.6k stars 552 forks source link

chore: use npm ci for consistent dep install #879

Closed nschonni closed 2 years ago

LinusU commented 2 years ago

Since the package lock isn't respected when an end user installs cz-cli from npm, I think it's more valuable to test without it. Would you be able to add an .npmrc file with package-lock=false and remove the package-lock.json file instead? ❤️