feat: add ability to set watch: true in Taskfile (#1361)

This commit is contained in:
Andrey Nering
2023-10-07 18:06:43 -03:00
committed by GitHub
parent 383746fcee
commit adfb96b637
6 changed files with 65 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ func (e *Executor) compiledTask(call taskfile.Call, evaluateShVars bool) (*taskf
Platforms: origTask.Platforms,
Location: origTask.Location,
Requires: origTask.Requires,
Watch: origTask.Watch,
}
new.Dir, err = execext.Expand(new.Dir)
if err != nil {