mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
include drafts for local builds
This commit is contained in:
parent
5f70ae6a05
commit
77a5fadc0d
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue