From 3fcd3d0625e2ccd61a2f0df4708d4f3ea20d0e3a Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Sat, 27 Apr 2024 17:36:25 +0900 Subject: [PATCH] remove mkdir dist --- apps/web/scripts/postbuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/scripts/postbuild.sh b/apps/web/scripts/postbuild.sh index 1084febe..a1bca339 100755 --- a/apps/web/scripts/postbuild.sh +++ b/apps/web/scripts/postbuild.sh @@ -4,7 +4,6 @@ # change dir structure # ./dist/{html} -> ./dist/2024/{html} # -mkdir ./dist if [ ! -d "./dist" ]; then echo "can not find dist" exit 1;