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:
+4
-1
@@ -32,4 +32,7 @@ src/content/.obsidian
|
|||||||
.serena
|
.serena
|
||||||
.claude
|
.claude
|
||||||
|
|
||||||
.obsidian
|
.obsidian
|
||||||
|
.cache
|
||||||
|
|
||||||
|
build.log
|
||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"check": "astro check",
|
"check": "astro check",
|
||||||
"build": "astro build && pagefind --site dist",
|
"build": "astro build --verbose && pagefind --site dist",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"type-check": "tsc --noEmit --isolatedDeclarations",
|
"type-check": "tsc --noEmit --isolatedDeclarations",
|
||||||
|
|||||||
Reference in New Issue
Block a user