We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037d84a commit d9e9f74Copy full SHA for d9e9f74
packages/angular/cli/src/commands/command-config.ts
@@ -66,7 +66,7 @@ export const RootCommands: Record<
66
},
67
'e2e': {
68
factory: () => import('./e2e/cli'),
69
- aliases: ['e2e'],
+ aliases: ['e'],
70
71
'extract-i18n': {
72
factory: () => import('./extract-i18n/cli'),
0 commit comments