Skip to content

Commit

Permalink
chore(Root): change types location in the ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dartilesm committed Sep 14, 2024
1 parent 89caae5 commit 22362ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Verify generated types are checked in
run: |
supabase gen types typescript --local > database.types.ts
supabase gen types typescript --local > apps/chat-with-pdf/database.types.ts
if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then
echo "Detected uncommitted changes after build. See status below:"
git diff
Expand Down

0 comments on commit 22362ef

Please sign in to comment.