Home > @rushstack/heft > IHeftLifecycleHooks > toolStart
IHeftLifecycleHooks.toolStart property
The toolStart hook is called at the beginning of Heft execution, after the clean hook. It is called before any phases have begun to execute. To use it, call toolStart.tapPromise(<pluginName>, <callback>).
Signature:
toolStart: AsyncParallelHook<IHeftLifecycleToolStartHookOptions>;