reorganize build scripts

This commit is contained in:
Fabian Freund
2026-03-20 04:26:01 +01:00
parent 91d248ad5c
commit df55e9e8af
7 changed files with 147 additions and 86 deletions
+7 -1
View File
@@ -79,7 +79,13 @@ jobs:
dart pub global activate melos
melos bootstrap
- name: Build browser
- name: Update external assets
run: melos run update-assets --no-select
- name: Build components
run: melos run build-components --no-select
- name: Build APK
run: melos run build-browser --no-select
- name: Build App Bundle