mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
Moved language generation commands in cmd to seperate lines
This commit is contained in:
parent
33212df63a
commit
cae691df9a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
echo 'Generating language files'
|
echo 'Generating language files'
|
||||||
cd app_flowy
|
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
|
Loading…
Add table
Add a link
Reference in a new issue