File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments