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": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",