Try to create dir needed

This commit is contained in:
Karol Górzyński 2020-12-09 19:22:40 +01:00
parent 586f0acf7f
commit 5d3531b2d2

1
Jenkinsfile vendored
View File

@ -33,6 +33,7 @@ pipeline {
steps {
dir('SessionCompanion') {
sh 'npm cache clean --force'
sh 'mkdir -p /.npm/_locks'
sh 'dotnet build'
}
}