feat: Remove redundant build commands from Flutter build script for clarity
This commit is contained in:
@@ -5,12 +5,6 @@ flutter-build-script: &flutter-build-script
|
|||||||
flutter pub get
|
flutter pub get
|
||||||
flutter pub run build_runner build --delete-conflicting-outputs
|
flutter pub run build_runner build --delete-conflicting-outputs
|
||||||
|
|
||||||
# Build Android
|
|
||||||
flutter build appbundle --flavor $FLAVOR
|
|
||||||
|
|
||||||
# Build iOS
|
|
||||||
flutter build ipa --flavor $FLAVOR
|
|
||||||
|
|
||||||
android-app-build-script: &android-app-build-script
|
android-app-build-script: &android-app-build-script
|
||||||
name: 🤖 Build Android App
|
name: 🤖 Build Android App
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user