Skip to content

Commit 36690c6

Browse files
devversionatscott
authored andcommitted
test: update cli-hello-world-ivy-i18n integration test to use ng extract-i18n (angular#46642)
The integration test currently uses the old command alias that has been removed with Angular v14. angular/angular-cli@b69ca3a PR Close angular#46642
1 parent 8d6cb83 commit 36690c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/cli-hello-world-ivy-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ng": "ng",
1010
"start": "ng serve",
1111
"pretest": "ng version",
12-
"test": "ng e2e --port 0 --configuration production && ng xi18n && yarn translate && ng e2e --port 0 --configuration fr && ng e2e --port 0 --configuration de",
12+
"test": "ng e2e --port 0 --configuration production && ng extract-i18n && yarn translate && ng e2e --port 0 --configuration fr && ng e2e --port 0 --configuration de",
1313
"translate": "cp src/locale/messages.xlf src/locale/messages.fr.xlf && cp src/locale/messages.xlf src/locale/messages.de.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Bonjour/' src/locale/messages.fr.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Hallo/' src/locale/messages.de.xlf",
1414
"serve": "serve --no-clipboard --listen 4200"
1515
},

0 commit comments

Comments
 (0)