Home > @rushstack/heft > IIncrementalCopyOperation > onlyIfChanged
IIncrementalCopyOperation.onlyIfChanged property
If true, the file will be copied only if the source file is contained in the IHeftTaskRunIncrementalHookOptions.changedFiles map.
Signature:
onlyIfChanged?: boolean;