Comparing version 0.4.1 to 0.4.2
@@ -25,3 +25,3 @@ "use strict"; | ||
const spinner = spin('Starting local Supabase...'); | ||
yield run('docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up').catch(() => { | ||
yield run('docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up --detach').catch(() => { | ||
spinner.fail('Error running docker-compose.'); | ||
@@ -28,0 +28,0 @@ process.exit(1); |
{ | ||
"name": "supabase", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Supabase CLI", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/supabase/cli", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35883
24
61