@echo off
echo.
echo [ÐÅÏ¢] ´ò°üWeb¹¤³Ì£¬Éú³ÉdistÎļþ¡£
echo.

%~d0
cd %~dp0

cd ..
yarn build:prod

pause