Fix db:pull script not updating types

This commit is contained in:
Jared Schoeny 2025-11-28 18:27:16 -10:00
parent f33c176d41
commit b8cefaa3d3

View File

@ -6,7 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"db:pull": "supabase db pull && supabase gen types --local > src/types/db.ts",
"db:pull": "supabase db pull && supabase migration up && supabase gen types --local > src/types/db.ts",
"postinstall": "patch-package"
},
"dependencies": {