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. Package managers best practicesFor years, package managers have discouraged the use of postinstall for anything else than compilatio