TF-1204 Add pub run build_runner build for fcm in CI

This commit is contained in:
dab246
2022-11-17 11:26:24 +07:00
committed by Dat H. Pham
parent 8e1b97de39
commit 3a812fb4fe
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -33,6 +33,8 @@ RUN cd core \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd ../forward \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd ../fcm \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& cd .. \
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
&& flutter pub get && flutter pub run intl_generator:extract_to_arb --output-dir=./lib/l10n lib/main/localizations/app_localizations.dart \