diff --git a/package.json b/package.json index 93846cb..5248c20 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && astro build --remote", + "build": "astro check && astro db login && astro build --remote", "preview": "astro preview", "astro": "astro" },