Skip to content

Commit

Permalink
fix(@schematics/angular): run update-i18n migration for server builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Apr 3, 2021
1 parent 5cf9a08 commit 645353d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function updateI18nConfig(): Rule {
for (const [, target] of allWorkspaceTargets(workspace)) {
switch (target.builder) {
case Builders.Browser:
case Builders.Karma:
case Builders.Server:
updateBaseHrefs(target);
removeFormatOption(target);
addBuilderI18NOptions(target, logger);
Expand Down

0 comments on commit 645353d

Please sign in to comment.