diff --git a/docs/generating-types.md b/docs/generating-types.md index fec84dd..698ad87 100644 --- a/docs/generating-types.md +++ b/docs/generating-types.md @@ -2,20 +2,7 @@ You can use the Supabase CLI to automatically generate Typescript definitions from your Postgres database. You can then pass these definitions to your `supabase-js` client and get end-to-end type safety across client, server, and database. -
- -
- -## Testing your migrations - -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: +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: ```yaml name: 'generate-types'