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

7 lines
164 B
PowerShell

$ErrorActionPreference = 'Stop'
Set-Location $PSScriptRoot
npm install
npm run verify
npm run build:win
Write-Host 'Windows artifacts are in apps\desktop\release.'