From bb7bcc59a8d9c31344b1b09e7f60c217d184ae1e Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 11 May 2025 21:42:06 +1000 Subject: [PATCH] No need to check on deploys, thats for local dev or non-deploy ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20ee62e..19df357 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "astro dev", "build": "astro check && astro build && ./compress-images.sh", - "build-action": "astro check && astro build", + "build-action": "astro build", "preview": "astro preview", "astro": "astro" },