Hi Olivier Refalo, hope you find the content helpful!
The commit script part is directly copied from the commitizen GitHub repo
{
...
"script": {
"commit": "cz"
}
}
In my work project, I put this just to let my co-workers know they should use it instead of the general git commit.
I'd suggest just directly using npx cz or pnpm cz๐.
Olivier Refalo
I model, therefore I am...
great blog, ty. there is a typo in the article, that kind of got me stuck, I am new to this tooling:
the blog should say: "commit": "cz commit"