From da82146593c7a69bc4bb51022f948cadc900db2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?th=E1=BB=8Bnh?= Date: Tue, 26 Nov 2024 10:08:10 +0700 Subject: [PATCH] Add --delete-conflicting-outputs to build runner cm --- codemagic.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index 0c6412369..53f05b225 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -98,7 +98,7 @@ workflows: - name: Run build runner script: | - dart run build_runner build + dart run build_runner build --delete-conflicting-outputs - name: Instals pod script: | @@ -292,7 +292,7 @@ workflows: flutter packages pub get - name: Run build runner script: | - dart run build_runner build + dart run build_runner build --delete-conflicting-outputs - name: Build AAB with Flutter script: | # TODO: Don't tricky @@ -470,7 +470,7 @@ workflows: - name: Run build runner script: | - dart run build_runner build + dart run build_runner build --delete-conflicting-outputs - name: Instals pod script: | @@ -635,7 +635,7 @@ workflows: flutter packages pub get - name: Run build runner script: | - dart run build_runner build + dart run build_runner build --delete-conflicting-outputs - name: Patch Android app with Shorebird script: | # TODO: Don't tricky