Interface: TargetDependencyConfig
Table of contents
Properties
- dependencies: boolean
- params: "ignore" | "forward"
- projects: string | string[]
- target: string
Properties
dependencies
โข Optional
dependencies: boolean
If true, the target will be executed for each project that this project depends on. Should not be specified together with projects
.
params
โข Optional
params: "ignore"
| "forward"
Configuration for params handling.
projects
โข Optional
projects: string
| string
[]
A list of projects that have target
. Should not be specified together with dependencies
.
target
โข target: string
The name of the target to run. If projects
and dependencies
are not specified, the target will be executed for the same project the the current target is running on`.