nx/docs/generated/devkit/getOutputsForTargetAndConfiguration.md
2024-01-30 16:29:05 -05:00

1.4 KiB

Function: getOutputsForTargetAndConfiguration

getOutputsForTargetAndConfiguration(task, node): string[]

Parameters

Name Type
task Task
node ProjectGraphProjectNode

Returns

string[]

Deprecated

Pass the target and overrides instead. This will be removed in v19.

getOutputsForTargetAndConfiguration(target, overrides, node): string[]

Returns the list of outputs that will be cached.

Parameters

Name Type
target Task | { configuration?: string ; project: string ; target: string }
overrides any
node ProjectGraphProjectNode

Returns

string[]