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