Loading...
Loading...
Iteratively run a local Supabase reset, database tests, and type generation until they succeed, fixing issues between runs. Use when asked to reset the local Supabase DB, run `supabase test db`, and regenerate types (`npm run gen-types`) in a loop.
npx skill4agent add dolesshq/self-obsolescence supabase-reset-test-gen-loopsupabase/package.jsonsupabase db reset && supabase test db && npm run gen-typessupabase test dbsupabase db testsupabase start