Skip to content

Commit 21ecaf4

Browse files
committed
correct types file path
1 parent 63f0c12 commit 21ecaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Verify generated types are checked in
2626
run: |
27-
supabase gen types typescript --local > types/supabase.ts
27+
supabase gen types typescript --local > ../types/supabase.ts
2828
if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then
2929
echo "Detected uncommitted changes after build. See status below:"
3030
git diff

0 commit comments

Comments
 (0)