diff --git a/.gitignore b/.gitignore index a96d723..b7a989f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,7 @@ src/content/.obsidian .serena .claude -.obsidian \ No newline at end of file +.obsidian +.cache + +build.log \ No newline at end of file diff --git a/package.json b/package.json index 9147c82..9818682 100644 --- a/package.json +++ b/package.json @@ -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",