So I have configured hanzo in my project, it works well. The only problem I am having is whoever clone the git repo needs to run hanzo -i pre_commit -s command in order to generate sample script which points to pre_commit.dart where I have some stuff.
Is there any way I can automate this process and just run hanzo -i pre_commit -s everytime flutter pub get runs. We were using husky in typescript before which was working awesome and does this automation for you.
So I have configured hanzo in my project, it works well. The only problem I am having is whoever clone the git repo needs to run
hanzo -i pre_commit -scommand in order to generate sample script which points topre_commit.dartwhere I have some stuff.Is there any way I can automate this process and just run
hanzo -i pre_commit -severytimeflutter pub getruns. We were using husky in typescript before which was working awesome and does this automation for you.