Skip to main content

PartialTaskDependencyConfig

Expanded information about a task dependency.

Index

Properties

optionalargs

Additional arguments to pass to this dependency when it's ran.

optionalenv

env?: null | Record<string, string>

A mapping of environment variables specific to this dependency.

optionaloptional

optional?: null | boolean

Marks the dependency is optional when being inherited from the top-level.

optionaltarget

target?: null | string

The target of the depended on task.