summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-10-11 01:49:05 +0900
committerhaturatu <taro@eyes4you.org>2024-10-11 01:49:05 +0900
commit1cab0ef840bdddc327533b6352925117638f1eda (patch)
treec2a33053b36ebace748799d9ffa452c98e2dec0f
parenteb11d2a022e4bf9c0cbab947636bcff42b971971 (diff)
wip
-rw-r--r--lumebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumebuild.sh b/lumebuild.sh
index 755a571..d5aa873 100644
--- a/lumebuild.sh
+++ b/lumebuild.sh
@@ -17,7 +17,7 @@ git commit -m "`date`"
if [ $? -eq 0 ]; then
$WEBPSH
cd $LUME_DIR || exit
- # deno task lume --dest=$BUILD_DIR > /dev/null
+ # deno task lume --dest=$BUILD_DIR
deno task lume --dest=$BUILD_DIR > /dev/null 2>&1
else
exit 1