Home@moonrepo/typesInterfacesTaskDependencyConfigOn this pageTaskDependencyConfig Expanded information about a task dependency.Index PropertiesargsenvoptionaltargetProperties argsargs: TaskArgsAdditional arguments to pass to this dependency when it's ran.envenv: Record<string, string>A mapping of environment variables specific to this dependency.optionaloptional: null | booleanMarks the dependency is optional when being inherited from the top-level.targettarget: stringThe target of the depended on task.
Expanded information about a task dependency.