Home > @rushstack/heft > IHeftTaskFileOperations > copyOperations
IHeftTaskFileOperations.copyOperations property
Copy operations to be performed following the run
or runIncremental
hook. These operations will be performed after the task run
or runIncremental
hook has completed.
Signature:
copyOperations: Set<ICopyOperation>;