Skip to content

Commit

Permalink
refactor(@angular/cli): update E2E command alias
Browse files Browse the repository at this point in the history
The mistake was introduced in a previous commit that introduced registration of lazy loading of commands.

(cherry picked from commit 8cf1254)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Apr 14, 2023
1 parent 037d84a commit d9e9f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/src/commands/command-config.ts
Expand Up @@ -66,7 +66,7 @@ export const RootCommands: Record<
},
'e2e': {
factory: () => import('./e2e/cli'),
aliases: ['e2e'],
aliases: ['e'],
},
'extract-i18n': {
factory: () => import('./extract-i18n/cli'),
Expand Down

0 comments on commit d9e9f74

Please sign in to comment.