1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

fix: update macOS installation process to extract Hugo binary without sudo (#184)

This commit is contained in:
2026-01-09 10:24:39 -05:00
committed by GitHub
parent b409823e55
commit db078597f6
10 changed files with 171 additions and 98 deletions
+3
View File
@@ -8,6 +8,9 @@ export default defineConfig({
// Test file patterns
include: ["tests/**/*.test.ts"],
// Don't show noisy Hugo output unless the test fails
silent: "passed-only",
// Coverage configuration
coverage: {
provider: "v8",