Hi Olivier Refalo, hope you find the content helpful!
The commit script part is directly copied from the commitizen GitHub repo
// package.json
{
...
"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๐.
Nice article, David! And thanks for the mention, glad you're enjoying the course. ๐
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"