Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftLifecycleHooks > toolFinish

IHeftLifecycleHooks.toolFinish property

The toolFinish hook is called at the end of Heft execution. It is called after all phases have completed execution. To use it, call toolFinish.tapPromise(<pluginName>, <callback>).

Signature:

toolFinish: AsyncParallelHook<IHeftLifecycleToolFinishHookOptions>;