CIs: misc

This commit is contained in:
JustArchi
2018-11-24 14:45:25 +01:00
parent fae9ad5ca8
commit f7f492d833
2 changed files with 3 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ build_script:
Push-Location ASF-ui
npm ci --no-progress
npm ci
if ($LastExitCode -ne 0) {
@@ -87,7 +87,7 @@ build_script:
}
npm run-script deploy --no-progress
npm run-script deploy
if ($LastExitCode -ne 0) {