Skip to content

Commit d9e9f74

Browse files
alan-agius4dgp1130
authored andcommitted
refactor(@angular/cli): update E2E command alias
The mistake was introduced in a previous commit that introduced registration of lazy loading of commands. (cherry picked from commit 8cf1254)
1 parent 037d84a commit d9e9f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/command-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const RootCommands: Record<
6666
},
6767
'e2e': {
6868
factory: () => import('./e2e/cli'),
69-
aliases: ['e2e'],
69+
aliases: ['e'],
7070
},
7171
'extract-i18n': {
7272
factory: () => import('./extract-i18n/cli'),

0 commit comments

Comments
 (0)