chore: add check command

This commit is contained in:
saicaca
2025-06-03 20:54:57 +08:00
parent 559a324ae5
commit e640964e5e

View File

@@ -5,6 +5,7 @@
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"check": "astro check",
"build": "astro build && pagefind --site dist", "build": "astro build && pagefind --site dist",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",