Try to fix casche problem

This commit is contained in:
Karol Górzyński 2020-12-09 19:14:24 +01:00
parent eeea4f86d1
commit 5f0d2adb00

1
Jenkinsfile vendored
View File

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