From 079bfc2d3ab881f3c0f18106f314ab4816e01037 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 19 May 2024 21:32:10 +0100 Subject: No `astro check` in NPM build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 69da9fa..8bf4372 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "dev": "cd website && astro dev", "start": "cd website && astro dev", - "build": "cd website && astro check && astro build", + "build": "cd website && astro build", "preview": "cd cd website && webiste && astro preview", "astro": "cd website && astro" }, -- cgit v1.2.3