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;