diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3a14df4..58cf700 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,5 +26,6 @@ jobs: 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 diff below:" + git diff exit 1 fi