This commit is contained in:
Wells Bunker 2025-10-06 17:07:55 -06:00
parent aa79a3469b
commit 7592f99339
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@
}, },
"db:migrate": { "db:migrate": {
"cache": false, "cache": false,
"persistent": false "persistent": false,
"dependsOn": ["@buster-app/supabase#start"]
}, },
"db:seed": { "db:seed": {
"cache": false, "cache": false,
@ -43,7 +44,7 @@
"start": { "start": {
"cache": false, "cache": false,
"persistent": false, "persistent": false,
"dependsOn": ["db:migrate", "@buster-app/supabase#start"] "dependsOn": ["@buster-app/supabase#start", "db:migrate"]
} }
} }
} }