Home > @rushstack/heft > IHeftLifecycleCleanHookOptions
IHeftLifecycleCleanHookOptions interface
Options provided to the clean hook.
Signature:
export interface IHeftLifecycleCleanHookOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
addDeleteOperations | (...deleteOperations: IDeleteOperation[]) => void | Add delete operations, which will be performed at the beginning of Heft execution. |