Rush StackShopBlogEvents
Skip to main content

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

4

(BETA) Post Rush build event

postRushInstall

2

(BETA) Post Rush install event

postRushx

6

(BETA) End of rushx execution event

preRushBuild

3

(BETA) Pre Rush build event

preRushInstall

1

(BETA) Pre Rush install event

preRushx

5

(BETA) Start of rushx execution event