remove select from bootstrap

This commit is contained in:
Fabian Freund
2026-05-26 17:20:29 +02:00
parent e12f67d5d8
commit 9fcd473957
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
- name: Setup Flutter dependencies - name: Setup Flutter dependencies
run: | run: |
dart pub global activate melos dart pub global activate melos
melos bootstrap --no-select melos bootstrap
- name: Update external assets - name: Update external assets
run: melos run update-assets --no-select run: melos run update-assets --no-select