Skip to content

Commit

Permalink
Add --delete-conflicting-outputs to build runner cm (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Nov 26, 2024
2 parents 7fbc394 + da82146 commit 349bc27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 349bc27

Please sign in to comment.