Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make use of snap_name in server replies #1872

Merged
merged 10 commits into from
Dec 17, 2024
Prev Previous commit
fix(snapcraft): respect dependency order when running build_runner
d-loose committed Dec 13, 2024
commit 8cb519da1bf1ecd4e7b5a0a7ffa0db65c1011edf
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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