mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +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
|
#!/usr/bin/env bash
|
||||||
# Quick script to run local builds
|
# Quick script to run local builds
|
||||||
source .env
|
source .env
|
||||||
hugo --minify --environment local
|
hugo --minify --environment local -D
|
||||||
npx torchlight
|
npx torchlight
|
||||||
python3 -m http.server --directory public 1313
|
python3 -m http.server --directory public 1313
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue