From 77a5fadc0d13f455939361b8e09162f382ea2989 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 6 Nov 2023 16:45:28 -0600 Subject: [PATCH] include drafts for local builds --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7bfc5ad..3d63676 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Quick script to run local builds source .env -hugo --minify --environment local +hugo --minify --environment local -D npx torchlight python3 -m http.server --directory public 1313