Skip to content

Commit

Permalink
fix(@angular/cli): allow configuration option in ng deploy
Browse files Browse the repository at this point in the history
Fixes #17613
  • Loading branch information
alan-agius4 authored and dgp1130 committed May 4, 2020
1 parent 6089835 commit 57bc38e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions packages/angular/cli/commands/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@
"$source": "argv",
"index": 0
}
},
"configuration": {
"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.",
"type": "string",
"aliases": [
"c"
]
}
},
"configuration": {
"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.",
"type": "string",
"aliases": [
"c"
]
},
"required": [
]
"required": []
},
{
"$ref": "./definitions.json#/definitions/base"
Expand Down

0 comments on commit 57bc38e

Please sign in to comment.