Skip to content

Commit

Permalink
Update libraries/rush-lib/src/logic/operations/LegacySkipPlugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Clanton-Thuon <[email protected]>
  • Loading branch information
zecheng01 and iclanton authored Nov 16, 2023
1 parent 13e39b8 commit 0dac7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface ILegacySkipPluginOptions {
terminal: ITerminal;
changedProjectsOnly: boolean;
isIncrementalBuildAllowed: boolean;
allowWarningsInSuccessfulBuild: boolean;
allowWarningsInSuccessfulBuild?: boolean;
}

/**
Expand Down

0 comments on commit 0dac7f3

Please sign in to comment.