mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add option --stopBuildOnErrors to tsbuild to get previous behavior of not building downstream projects if upstream has errors (#59433)
This commit is contained in:
@@ -1696,6 +1696,13 @@ export const optionsForBuild: CommandLineOption[] = [
|
||||
type: "boolean",
|
||||
defaultValueDescription: false,
|
||||
},
|
||||
{
|
||||
name: "stopBuildOnErrors",
|
||||
category: Diagnostics.Command_line_Options,
|
||||
description: Diagnostics.Skip_building_downstream_projects_on_error_in_upstream_project,
|
||||
type: "boolean",
|
||||
defaultValueDescription: false,
|
||||
},
|
||||
];
|
||||
|
||||
/** @internal */
|
||||
|
||||
Reference in New Issue
Block a user