Try to create dir needed
This commit is contained in:
parent
586f0acf7f
commit
5d3531b2d2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -33,6 +33,7 @@ pipeline {
|
||||
steps {
|
||||
dir('SessionCompanion') {
|
||||
sh 'npm cache clean --force'
|
||||
sh 'mkdir -p /.npm/_locks'
|
||||
sh 'dotnet build'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user