Open usmanyunusov opened 2 years ago
After set up I has to run npx simple-git-hooks
on my other computer to add .git/hooks/pre-commit
file. To automate this (across project team for example), I added post-install script: "postinstall": "simple-git-hooks"
. Maybe we has to add this trick to docs.
@Grawl Agree. I was just thinking about it today.
Help improved the documentation :)