Try npm cache clean

This commit is contained in:
kargor8 2020-12-10 17:30:06 +01:00
parent 0c0bdc70e5
commit 712f87c696

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
sh "echo $USER"
withEnv(["HOME=${env.WORKSPACE}"]){
dir ('SessionCompanion/ClientApp') {
sh 'npm cache clean --force'
sh 'npm install'
}
sh 'dotnet build'