Commit 861d9d3
fix(ci): add missing melos-no-flutter flag to failing workflows
Root cause: All original workflows used "melos bootstrap --no-flutter",
but I forgot to set the melos-no-flutter parameter for gotrue,
storage_client, realtime_client, and supabase in the refactored versions.
Without this flag, melos tries to run "melos bootstrap" which requires
Flutter to be installed, but these workflows only install Dart SDK,
causing the error: /bin/sh: 1: eval: flutter: not found
Fixed by adding melos-no-flutter: true to:
- gotrue.yml
- storage_client.yml
- realtime_client.yml
- supabase.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent aa4dbf2 commit 861d9d3
File tree
4 files changed
+4
-0
lines changed- .github/workflows
4 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
0 commit comments