Home > @microsoft/rush-lib > Event_2
Event_2 enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Events happen during Rush runs.
Signature:
export declare enum Event
Enumeration Members
Member | Value | Description |
|---|---|---|
postRushBuild |
| (BETA) Post Rush build event |
postRushInstall |
| (BETA) Post Rush install event |
postRushx |
| (BETA) End of rushx execution event |
preRushBuild |
| (BETA) Pre Rush build event |
preRushInstall |
| (BETA) Pre Rush install event |
preRushx |
| (BETA) Start of rushx execution event |