Skip to content

Commit b986b79

Browse files
committed
Churning...
1 parent 4fa4135 commit b986b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"containers:supabase:stop": "FORCE_COLOR=1 npx supabase stop --workdir suprabase",
5353
"containers:supabase:status": "FORCE_COLOR=1 npx supabase status --workdir suprabase",
5454
"containers:supabase:logs": "FORCE_COLOR=1 bash test/containers/supabase/logs.sh",
55-
"containers:supabase:db-push": "FORCE_COLOR=1 dotenv -e test/containers/.env -- bash -c 'npx supabase db push --local --workdir suprabase --yes --debug'",
55+
"containers:supabase:db-push": "FORCE_COLOR=1 dotenv -e test/containers/.env -- bash -c 'npx supabase migration up --local --workdir suprabase --debug'",
5656
"supabase:db:push": "FORCE_COLOR=1 npx supabase db push --workdir suprabase",
5757
"test": "npm run test:unit && npm run test:e2e",
5858
"test:coverage": "FORCE_COLOR=1 npx vitest run --coverage",

0 commit comments

Comments
 (0)