Why would a package hook not be executed? #134
Unanswered
bbarrette-msft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I'm currently trying out mookme to see if it would fit our needs. Did a basic setup where I have the global pre-commit hook, and then copied that same file over to one of the packages of our monorepo setup in its .hooks folder.
Now if I run the "inspect" command, step 1 will see 2 packages (global and the sub-folder), step 2 will also see 2 packages (the same ones), but step 3 only lists the global one. And if I try the "run" command, it will also only execute the action from the global file.
What could be missing here to have this working?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions