mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-21 17:54:09 -05:00
Fix db:pull script not updating types
This commit is contained in:
parent
f33c176d41
commit
b8cefaa3d3
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user