Home > @microsoft/rush-lib > EnvironmentConfiguration > allowWarningsInSuccessfulBuild
EnvironmentConfiguration.allowWarningsInSuccessfulBuild property
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Setting this environment variable overrides the value of allowWarningsInSuccessfulBuild
in the command-line.json
configuration file. Specify 1
to allow warnings in a successful build, or 0
to disallow them. (See the comments in the command-line.json file for more information).
Signature:
static get allowWarningsInSuccessfulBuild(): boolean;