Skip to content

Commit 4dc9f83

Browse files
committed
fix: add local schema dump script and correct function block syntax
1 parent 7679267 commit 4dc9f83

File tree

2 files changed

+87
-86
lines changed

2 files changed

+87
-86
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"lint:backend": "eslint \"supabase/**/*.{vue,ts,js}\"",
6262
"lint:sql": "sqlfluff fix --dialect postgres",
6363
"schemas": "bunx supabase db dump > supabase/schemas/prod.sql",
64+
"schemas:local": "bunx supabase db dump --local > supabase/schemas/prod.sql",
6465
"types": "bun ./scripts/getTypes.mjs",
6566
"types:dev": "BRANCH=development bun ./scripts/getTypes.mjs",
6667
"types:local": "BRANCH=local bun ./scripts/getTypes.mjs",

0 commit comments

Comments
 (0)