This commit is contained in:
2025-11-30 19:37:21 +08:00
parent e65fad70f5
commit 3afa6a3153
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write **/*.{ts,tsx,css,astro} --ignore-path .gitignore",