Skip to content

Commit 49a462f

Browse files
alan-agius4dgp1130
authored andcommittedMay 4, 2020
fix(@angular/cli): allow configuration option in ng deploy
Fixes #17613 (cherry picked from commit 57bc38e)
1 parent 059397a commit 49a462f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
 

‎packages/angular/cli/commands/deploy.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
"$source": "argv",
1919
"index": 0
2020
}
21+
},
22+
"configuration": {
23+
"description": "A named build target, as specified in the \"configurations\" section of angular.json.\nEach named target is accompanied by a configuration of option defaults for that target.",
24+
"type": "string",
25+
"aliases": [
26+
"c"
27+
]
2128
}
2229
},
23-
"configuration": {
24-
"description": "A named build target, as specified in the \"configurations\" section of angular.json.\nEach named target is accompanied by a configuration of option defaults for that target.",
25-
"type": "string",
26-
"aliases": [
27-
"c"
28-
]
29-
},
30-
"required": [
31-
]
30+
"required": []
3231
},
3332
{
3433
"$ref": "./definitions.json#/definitions/base"

0 commit comments

Comments
 (0)
Please sign in to comment.