diff --git a/package.json b/package.json index 680804f..41ad362 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && tsc --noEmit && astro build", + "check": "astro check && tsc --noEmit", + "build": "astro build", "preview": "astro preview", "astro": "astro" },