Make flutter commands dependent on each other
This commit is contained in:
parent
7ae41963b5
commit
4d1f1e6dde
@ -44,8 +44,8 @@ flutter config --no-analytics --no-cli-animations
|
|||||||
|
|
||||||
cp -r /src/* /work
|
cp -r /src/* /work
|
||||||
cd /work/firka
|
cd /work/firka
|
||||||
flutter pub get
|
flutter pub get && \
|
||||||
flutter gen-l10n --template-arb-file app_hu.arb
|
flutter gen-l10n --template-arb-file app_hu.arb && \
|
||||||
flutter build apk --debug --verbose
|
flutter build apk --debug --verbose
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user