Moved language generation commands in cmd to seperate lines

This commit is contained in:
Harinandan 2022-01-21 10:40:27 +05:30
parent 33212df63a
commit cae691df9a

View File

@ -1,4 +1,5 @@
echo 'Generating language files'
cd app_flowy
flutter pub run easy_localization:generate -S assets/translations/ && flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations/ -s en.json
call flutter pub run easy_localization:generate -S assets/translations/
call flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations/ -s en.json