-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
I am using rusky gem in my project for git hooks. and rusky has post-install script to create the git hooks.
but when I do bundle install then hooks are not getting created
but when I do gem install rusky it runs the postscript and creates the git-hooks.
so, for now, I am running rusky install explicitly, which is a little annoying.
do let me know how to invoke postscript of gems or any script after bundle install