Skip to content

Commit 8cf1254

Browse files
alan-agius4angular-robot[bot]
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.
1 parent 571f894 commit 8cf1254

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)