diff --git a/package.json b/package.json index 2fe077ca..057c23b2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", + "check": "astro check", "build": "astro build && pagefind --site dist", "preview": "astro preview", "astro": "astro",