Files
MarketingTool/apps/desktop/build-windows.cmd
T
Marco0300 4dfabf6433
CI / compose (push) Successful in 7m48s
add windows desktop client shell
2026-09-03 14:33:27 +02:00

8 lines
169 B
Batchfile

@echo off
setlocal
cd /d "%~dp0"
npm install || exit /b 1
npm run verify || exit /b 1
npm run build:win || exit /b 1
echo Windows artifacts are in apps\desktop\release.