Skip to content

Commit 9617fba

Browse files
cyrilletuziclydin
authored andcommitted
fix(@angular/cli): defaultProject in right place in schema
1 parent c708890 commit 9617fba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/@angular/cli/lib/config/schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"newProjectRoot": {
2020
"type": "string"
2121
},
22+
"defaultProject": {
23+
"type": "string",
24+
"description": "Default project name used in commands"
25+
},
2226
"projects": {
2327
"type": "object",
2428
"patternProperties": {
@@ -282,10 +286,6 @@
282286
"description": "File format version",
283287
"minimum": 1
284288
},
285-
"defaultProject": {
286-
"type": "string",
287-
"description": "Default project name used in commands"
288-
},
289289
"project": {
290290
"type": "object",
291291
"properties": {

0 commit comments

Comments
 (0)