From 737065f903b5ce1cccef4dd1191de3bfc085453c Mon Sep 17 00:00:00 2001 From: Nicolai Rosdahl Tellefsen Date: Wed, 16 Oct 2024 22:15:31 +0200 Subject: [PATCH] fix: remove check from build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c015c3..196e08c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && export $(grep -v '^\\s*$\\|^\\s*\\#' .env.runtime) && astro build", + "build": "export $(grep -v '^\\s*$\\|^\\s*\\#' .env.runtime) && astro build", "preview": "astro preview", "astro": "astro", "prepare": "husky"