You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That seems to work. I think it would still be really useful to have some kind of "working directory" option that would cause both the conditions and the action to operate somewhere other than the root directory.
We are adding some additional (micro) services to our project, so now we have:
I'd like to be able to check for changes to
services/foo/package{-lock,}.json
and executenpm install
but within theservices/foo
directory.Is there any way that I can tell CaptainHook to execute the
action
in a different directory? I'm looking for something like:The text was updated successfully, but these errors were encountered: