Skip to content

Commit

Permalink
fix(snapcraft): respect dependency order when running build_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Dec 13, 2024
1 parent 5f49e9d commit 8cb519d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ parts:
fvm dart pub global run melos clean
fvm dart pub global run melos bootstrap
set -e
fvm dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner -- \
fvm dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner --order-dependents -- \
fvm dart run build_runner build --delete-conflicting-outputs
cd packages/app_center
Expand Down

0 comments on commit 8cb519d

Please sign in to comment.