TargetDependencyConfig
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”dependencies
Section titled “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.
options
Section titled “options”• Optional options: "ignore" | "forward"
Whether to forward task options to the dependency target.
params
Section titled “params”• Optional params: "ignore" | "forward"
Whether to forward CLI params to the dependency target.
projects
Section titled “projects”• Optional projects: string | string[]
A list of projects that have target.
Should not be specified together with dependencies.
target
Section titled “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`.