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