mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:00:04 -04:00
chore(.gitignore): 构建期间使用 verbose 模式
This commit is contained in:
@@ -33,3 +33,6 @@ src/content/.obsidian
|
||||
.claude
|
||||
|
||||
.obsidian
|
||||
.cache
|
||||
|
||||
build.log
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user