From cffb91a28804c03c31f43fcc90f67e445428a25d Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Sat, 22 Jul 2023 07:19:37 -0700 Subject: [PATCH] Adds titles for a TOC --- docs/generating-types.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/generating-types.md b/docs/generating-types.md index 698ad87..62185c8 100644 --- a/docs/generating-types.md +++ b/docs/generating-types.md @@ -4,6 +4,8 @@ You can use the Supabase CLI to automatically generate Typescript definitions fr Inside your repository, create a new file inside the `.github/workflows` folder called `generate-types.yml`. Copy this snippet inside the file, and the action will run whenever a new PR is created: +## Verify types + ```yaml name: 'generate-types' on: @@ -27,3 +29,8 @@ jobs: exit 1 fi ``` + + +## More resources + +- Using supabase-js with type definitions: [Typescript Support](https://supabase.com/docs/reference/javascript/typescript-support) \ No newline at end of file