gaoluyang
2026-08-11 c4ff426ac3677f7ef16745bc8f7b6d6f8ac4f1a4
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