ZN
3 天以前 0239885611b1ede9a6b8d1b9099589e162b48233
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [��Ϣ] ���Web���̣�����dist�ļ���
echo.
 
%~d0
cd %~dp0
 
cd ..
yarn build:prod
 
pause