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