The docs state: ```json { "scripts": { "commit": "mini-cz" } } ``` But there is no bin command `mini-cz` exported from `package.json`, only `mcz`.
The docs state:
{ "scripts": { "commit": "mini-cz" } }But there is no bin command
mini-czexported frompackage.json, onlymcz.