From e640964e5eccd0d0e17cfa11d8cc531ba3884573 Mon Sep 17 00:00:00 2001 From: saicaca Date: Tue, 3 Jun 2025 20:54:57 +0800 Subject: [PATCH] chore: add `check` command --- package.json | 1 + 1 file changed, 1 insertion(+) 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",