Skip to content

Commit

Permalink
Configure CI (no. 125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 4, 2021
1 parent c86dd0d commit bea7a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/windows/run.ps1
Expand Up @@ -13,8 +13,8 @@ Write-Host "ROOT=$ROOT"
Write-Host "CONFIGURATION=$CONFIGURATION"

Set-Location $root\src\DotVVM.Framework
npm ci --cache $root\.npm --prefer-offline
npm run build
npm ci --cache $root\.npm --prefer-offline 2>&1
npm run build 2>&1
if ($LASTEXITCODE -ne 0) {
Write-Host "npm build failed"
exit 1
Expand Down

0 comments on commit bea7a92

Please sign in to comment.