Add script to run build_runner and pub get for contact module
This commit is contained in:
committed by
Dat H. Pham
parent
22aade39da
commit
d5b93e3a6f
@@ -27,6 +27,8 @@ RUN cd core \
|
||||
&& flutter pub get \
|
||||
&& cd ../model \
|
||||
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
|
||||
&& cd ../contact \
|
||||
&& flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs \
|
||||
&& cd .. \
|
||||
&& flutter pub get && flutter pub run intl_generator:extract_to_arb --output-dir=./lib/l10n lib/main/localizations/app_localizations.dart \
|
||||
&& flutter pub get && flutter pub run intl_generator:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/main/localizations/app_localizations.dart lib/l10n/intl*.arb \
|
||||
|
||||
Reference in New Issue
Block a user