mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 08:46:00 +08:00
* turbo type-check command and GHA * Update quality.yml * Update package.json * Update packages/common/package.json Co-authored-by: Ruggero Tomaselli <ruggerotomaselli@gmail.com> * Run prettier. * Updating package-lock. * Fix all prettier errors. * Add type-check command to studio. Remove the one from common package since it depends on ui package and cannot be built at the moment. * Rename all commands to typecheck (without -) because it's easier to type. * Add cache and concurrency to the typecheck github job. * Rename the quality workflow to typecheck.yml. --------- Co-authored-by: Ruggero Tomaselli <ruggerotomaselli@gmail.com> Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>