Home > @microsoft/rush-lib > ICreateOperationsContext > isIncrementalBuildAllowed
ICreateOperationsContext.isIncrementalBuildAllowed 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.
If true, projects may read their output from cache or be skipped if already up to date. If false, neither of the above may occur, e.g. "rush rebuild"
Signature:
readonly isIncrementalBuildAllowed: boolean;