From 922aedaa9fe8e6b9bf6aa92d9ea20387540416c7 Mon Sep 17 00:00:00 2001 From: "agausmann@fastmail.com" Date: Fri, 18 Apr 2025 22:49:25 -0500 Subject: [PATCH] default build should perform a clean build --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 922f4e8..d9de2a1 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ build: - hugo build + hugo build --cleanDestinationDir dev: hugo --buildDrafts --buildFuture server