Try npm cache clean
This commit is contained in:
parent
0c0bdc70e5
commit
712f87c696
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -14,6 +14,7 @@ pipeline {
|
|||||||
sh "echo $USER"
|
sh "echo $USER"
|
||||||
withEnv(["HOME=${env.WORKSPACE}"]){
|
withEnv(["HOME=${env.WORKSPACE}"]){
|
||||||
dir ('SessionCompanion/ClientApp') {
|
dir ('SessionCompanion/ClientApp') {
|
||||||
|
sh 'npm cache clean --force'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
}
|
}
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
|
Loading…
Reference in New Issue
Block a user