7 lines
164 B
PowerShell
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.'
|