Home > @rushstack/heft > IHeftLifecycleHooks > phaseStart
IHeftLifecycleHooks.phaseStart property
The phaseStart hook is called at the beginning of a phase. It is called before the phase has begun to execute. To use it, call phaseStart.tap(<pluginName>, <callback>).
Signature:
phaseStart: SyncHook<IHeftPhaseStartHookOptions>;