gaoluyang
2026-08-11 4807d8b687853e75a815b3aa9aecbc2554063aa4
deploy.bat
@@ -95,7 +95,7 @@
echo [STEP 1/3] Building project for %COMPANY%...
echo [INFO] Running: pnpm run build
echo.
set COMPANY=%COMPANY% && call pnpm run build
set "COMPANY=!COMPANY!" && call pnpm run build
if !errorlevel! neq 0 (
    echo [ERROR] Build failed! Check your project configuration.
    goto :error_exit