Files
xj-admin/复制移动h5打包后dist至静态资源下.bat
T
2025-06-27 17:42:38 +08:00

5 lines
70 B
Batchfile

cd mobile
del /f/s/q ..\public\static\mobile
call npm run build
pause