Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftLifecycleHooks > phaseFinish

IHeftLifecycleHooks.phaseFinish property

The phaseFinish hook is called at the end of a phase. It is called after the phase has completed execution. To use it, call phaseFinish.tap(<pluginName>, <callback>).

Signature:

phaseFinish: SyncHook<IHeftPhaseFinishHookOptions>;