You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing, we run supabase gen types locally on our MacBook Pros. Then, we do type checking in a Unix Ubuntu GitHub action that runs the same type generation command to ensure no disparity between the types. For some reason we are getting differences, particularly in the order of specific parameters in functions (see diff below).
To Reproduce
Steps to reproduce the behavior:
Run supabase gen types --local --schema from my mac
Run the same command from a Ubutun GH actions runer
Describe the bug
While developing, we run
supabase gen types
locally on our MacBook Pros. Then, we do type checking in a Unix Ubuntu GitHub action that runs the same type generation command to ensure no disparity between the types. For some reason we are getting differences, particularly in the order of specific parameters in functions (see diff below).To Reproduce
Steps to reproduce the behavior:
supabase gen types --local --schema
from my macExpected behavior
Both types generated are the same.
Screenshots
System information
The text was updated successfully, but these errors were encountered: