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