fix(compiler-cli): prevent ng-xi18n from emitting the compilation output (#14115)
fixes #13567 PR Close #14115
This commit is contained in:
@ -48,8 +48,8 @@ cp -v package.json $TMP
|
||||
|
||||
./node_modules/.bin/ngc -p tsconfig-build.json --i18nFile=src/messages.fi.xlf --locale=fi --i18nFormat=xlf
|
||||
|
||||
./node_modules/.bin/ng-xi18n -p tsconfig-build.json --i18nFormat=xlf
|
||||
./node_modules/.bin/ng-xi18n -p tsconfig-build.json --i18nFormat=xmb
|
||||
./node_modules/.bin/ng-xi18n -p tsconfig-xi18n.json --i18nFormat=xlf
|
||||
./node_modules/.bin/ng-xi18n -p tsconfig-xi18n.json --i18nFormat=xmb
|
||||
|
||||
node test/test_summaries.js
|
||||
node test/test_ngtools_api.js
|
||||
@ -80,4 +80,4 @@ cp -v package.json $TMP_2_1
|
||||
./node_modules/.bin/tsc --version
|
||||
node ./node_modules/@angular/tsc-wrapped/src/main -p third_party_src/tsconfig-build.json
|
||||
./node_modules/.bin/ngc -p tsconfig-build.json --i18nFile=src/messages.fi.xlf --locale=fi --i18nFormat=xlf
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user