File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,9 @@ command:
15
15
preCommit : melos run update-version
16
16
17
17
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.
34
21
runPubGetInParallel : false
35
22
usePubspecOverrides : true
36
23
You can’t perform that action at this time.
0 commit comments