Ignore hooks #76
-
Hello folks! I'm newbie to mookme and few days ago I set up some hooks for my project, pretty basic stuff like linter, build on push and so on. I'm curious if there a mookme parameter or something I can do to skip the hooks. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello ! First of all, many thanks for giving Mookme a try :) It depends on how you invoked Mookme in the first place:
Hope I could help ! Feel free to tell me if it didn't help |
Beta Was this translation helpful? Give feedback.
Hello !
First of all, many thanks for giving Mookme a try :) It depends on how you invoked Mookme in the first place:
--no-verify
option.If you invoke directly with the CLI (like in a CI or something like this), you will have to include some logic in your script to skip the command in any logical case you don't want it to run
If neither options are suitable, you can try to use the
onlyOn
step optionHope I could help ! Feel free to tell me if it didn't help