chore(.gitignore): 构建期间使用 verbose 模式

This commit is contained in:
Ad-closeNN
2026-04-20 12:00:42 +08:00
parent 2fba8e2ac3
commit 899a383c53
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -33,3 +33,6 @@ src/content/.obsidian
.claude
.obsidian
.cache
build.log
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build && pagefind --site dist",
"build": "astro build --verbose && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"type-check": "tsc --noEmit --isolatedDeclarations",