Home > @rushstack/heft > IHeftLifecycleCleanHookOptions > addDeleteOperations
IHeftLifecycleCleanHookOptions.addDeleteOperations property
Add delete operations, which will be performed at the beginning of Heft execution.
Signature:
addDeleteOperations: (...deleteOperations: IDeleteOperation[]) => void;