Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check-types": "npm run lint && supabase stop && npm run dbdiff",
"lint": "tsx scripts/lint.ts",
"lint:fix": "tsx scripts/lint.ts -f",
"build": "supabase start && supabase migrations up && supabase gen types typescript --local --schema public > types.gen.ts && && cp ./types.gen.ts ../../apps/website/app/utils/supabase",
"build": "supabase start && supabase migrations up && (supabase gen types typescript --local --schema public > types.gen.ts) && cp ./types.gen.ts ../../apps/website/app/utils/supabase",
"gentypes:production": "supabase start && supabase gen types typescript --project-id \"$SUPABASE_PROJECT_ID\" --schema public > types.gen.ts",
"dbdiff": "supabase stop && supabase db diff",
"dbdiff:save": "supabase stop && supabase db diff -f",
Expand Down