6 lines
151 B
PowerShell
6 lines
151 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
|
|
$Root = Split-Path -Parent $PSScriptRoot
|
|
node (Join-Path $Root 'scripts/package-windows.js') @args
|
|
exit $LASTEXITCODE
|