Skip to content

Commit df6ea5c

Browse files
committed
chore: remove packgaes from bootstrap seection
1 parent 189fd65 commit df6ea5c

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

melos.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,9 @@ command:
1515
preCommit: melos run update-version
1616

1717
bootstrap:
18-
functions_client:
19-
path: packages/functions_client
20-
gotrue:
21-
path: packages/gotrue
22-
postgrest:
23-
path: packages/postgrest
24-
realtime_client:
25-
path: packages/realtime_client
26-
storage_client:
27-
path: packages/storage_client
28-
supabase:
29-
path: packages/supabase
30-
supabase_flutter:
31-
path: packages/supabase_flutter
32-
yes_another_json_isolate:
33-
path: packages/yes_another_json_isolate
18+
# It seems so that running "pub get" in parallel has some issues (like
19+
# https://github.com/dart-lang/pub/issues/3404). Disabling this feature
20+
# makes the CI much more stable.
3421
runPubGetInParallel: false
3522
usePubspecOverrides: true
3623

0 commit comments

Comments
 (0)