Files
mengyastore/build-frontend.bat
2026-03-18 22:06:17 +08:00

7 lines
80 B
Batchfile

@echo off
setlocal
cd /d "%~dp0"
cd mengyastore-frontend
npm run build
endlocal