diff --git a/packages/angular/cli/commands/deploy.json b/packages/angular/cli/commands/deploy.json index 12a32dca84a3..65816fcb7e9f 100644 --- a/packages/angular/cli/commands/deploy.json +++ b/packages/angular/cli/commands/deploy.json @@ -4,7 +4,6 @@ "description": "Invokes the deploy builder for a specified project or for the default project in the workspace.", "$longDescription": "./deploy-long.md", - "$aliases": [ "d" ], "$scope": "in", "$type": "architect", "$impl": "./deploy-impl#DeployCommand",