Another change with the new husky is that it doesn’t autoinstall Git hooks anymore. Instead, the new recommended way is to have a prepare* script in your package.json: { “prepare”: “husky install” } Let’s see why. (*) There’s an exception for Yarn 2 though, see docs.
Why husky doesn't autoinstall anymore
calendar_today
April 2, 2021
domain
jsonplaceholder