include drafts for local builds

This commit is contained in:
John Bowdre 2023-11-06 16:45:28 -06:00
parent ca8a7216cf
commit 7514eb1160

View file

@ -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