Skip to content

Commit

Permalink
ci: run bootstrap in non flutter packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jul 26, 2024
1 parent df6ea5c commit 6385aee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functions_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotrue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgrest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realtime_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yet_another_json_isolate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cd ../../
dart pub global activate melos
melos bootstrap --ignore="supabase_flutter"
melos bootstrap --no-flutter
- name: dartfmt
if: ${{ matrix.sdk == 'stable'}}
Expand Down

0 comments on commit 6385aee

Please sign in to comment.