From 5d98fd2ab3f5a05736764330d42d9fc8e57fe80b Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 26 Jan 2025 15:46:13 +0100 Subject: [PATCH] remove unused check task --- website/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/website/package.json b/website/package.json index f7b725a3..53a66e94 100644 --- a/website/package.json +++ b/website/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "astro dev --host 0.0.0.0", "start": "astro dev", - "check": "astro check && tsc", "build": "astro build", "preview": "astro preview --port 3009 --host 0.0.0.0", "astro": "astro",