From f438041a7cce9b7f37a6f4d157332d9e0f8555ab Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Tue, 18 Nov 2025 13:31:38 -0500 Subject: [PATCH] feat: Remove redundant build commands from Flutter build script for clarity --- codemagic.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index d405f094..f0ade14d 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -5,12 +5,6 @@ flutter-build-script: &flutter-build-script flutter pub get 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 name: 🤖 Build Android App script: |