diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ed25089..2c24f53 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -20,9 +20,9 @@ jobs: - name: Verify generated types are checked in run: | - supabase gen types typescript --local > types.gen.ts - if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then + supabase gen types typescript --local > supabase/functions/_shared/database.types.ts + if ! git diff --ignore-space-at-eol --exit-code --quiet supabase/functions/_shared/database.types.ts; then echo "Detected uncommitted changes after build. See status below:" git diff exit 1 - fi \ No newline at end of file + fi