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