Hi,
I run the migration command as part of my pre-build script (while developing) so that if there is a new migration required that it migrates the changes prior to build. However, there are a ton of updates to the Supabase CLI and as a result it often wants to update Supabase CLI every time before running the migration which isn't really required for development and it slows down the build time significantly. Is there a way to make it that it doesn't ask for updates when running "npx supabase db push --args"? because as it stands I have to auto accept all "yes" answers