Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > PhasedCommandHooks > waitingForChanges

PhasedCommandHooks.waitingForChanges property

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Hook invoked after a run has finished and the command is watching for changes. May be used to display additional relevant data to the user. Only relevant when running in watch mode.

Signature:

readonly waitingForChanges: SyncHook<void>;