-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
We are adding some additional (micro) services to our project, so now we have:
composer.json
composer.lock
services/
foo/
package.json
package-lock.json
I'd like to be able to check for changes to services/foo/package{-lock,}.json and execute npm install but within the services/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:
{
"action": "npm install",
"options": {
"in-directory": "services/foo"
},
"conditions": [ ]
}Metadata
Metadata
Assignees
Labels
No labels