Try to fix casche problem, fix typo

This commit is contained in:
Karol Górzyński 2020-12-09 19:17:14 +01:00
parent 5f0d2adb00
commit 586f0acf7f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
stage('Build app') { stage('Build app') {
steps { steps {
dir('SessionCompanion') { dir('SessionCompanion') {
sh 'npm cashe clean --force' sh 'npm cache clean --force'
sh 'dotnet build' sh 'dotnet build'
} }
} }