@@ -22,6 +22,6 @@ if [ -d "dist" ]; then
rm -rf dist/*
fi
-mv temp/dist/web .
+mv temp/dist/web ./dist
rm -rf temp
echo "ok..."