cli
cli copied to clipboard
package-lock.json is not updated
When I ran npx semantic-release-cli setup then my package.json has been updated, but package-lock.json was not.
It will cause an error when we will run npm ci, because those 2 files need to be mirrored.
If this issue will be important for the maintainers then I can fix it, cause I already found the solution for that :)
CLI is not a priority right now.
I think we don't want to asume which tool you use (npm, yarn, ...) and if you want a lockfile or not, so we leave it up to you