Skip to main content

TaskDependencyConfig

Expanded information about a task dependency.

Index

Properties

args

args: TaskArgs

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

env

env: Record<string, string>

A mapping of environment variables specific to this dependency.

optional

optional: null | boolean

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

target

target: string

The target of the depended on task.