Skip to content

Commit d77fb34

Browse files
committed
Fix syntax in package.json supabase db-push script
1 parent 31688ab commit d77fb34

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
@@ -50,7 +50,7 @@
5050
"containers:supabase:stop": "FORCE_COLOR=1 npx supabase stop --workdir suprabase",
5151
"containers:supabase:status": "FORCE_COLOR=1 npx supabase status --workdir suprabase",
5252
"containers:supabase:logs": "FORCE_COLOR=1 bash test/containers/supabase/logs.sh",
53-
"containers:supabase:db-push": "FORCE_COLOR=1 dotenv -e test/containers/.env -- npx supabase db push --db-url \"$SUPABASE_DB_URL\" --workdir suprabase",
53+
"containers:supabase:db-push": "FORCE_COLOR=1 dotenv -e test/containers/.env -- bash -c 'npx supabase db push --db-url "$SUPABASE_DB_URL" --workdir suprabase'",
5454
"supabase:db:push": "FORCE_COLOR=1 npx supabase db push --workdir suprabase",
5555
"test": "npm run test:unit && npm run test:e2e",
5656
"test:coverage": "FORCE_COLOR=1 npx vitest run --coverage",

0 commit comments

Comments
 (0)