File tree 3 files changed +3
-2
lines changed
packages/angular_devkit/core/src/workspace
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
},
20
20
"defaultProject" : {
21
21
"type" : " string" ,
22
- "description" : " The default project."
22
+ "description" : " (DEPRECATED) The default project."
23
23
},
24
24
"cli" : {
25
25
"$ref" : " #/definitions/tool" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface WorkspaceSchema {
20
20
*/
21
21
newProjectRoot ?: string ;
22
22
/**
23
- * The default project.
23
+ * (DEPRECATED) The default project.
24
24
*/
25
25
defaultProject ?: string ;
26
26
/**
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ export class Workspace {
140
140
return workspaceProjectClone ;
141
141
}
142
142
143
+ // `defaultProject` is deprecated and should be removed in CLI v8.
143
144
getDefaultProjectName ( ) : string | null {
144
145
this . _assertLoaded ( ) ;
145
146
You can’t perform that action at this time.
0 commit comments