diff --git a/Jenkinsfile b/Jenkinsfile index 248a434..da2bc9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { stage('Build app') { steps { dir('SessionCompanion') { - sh 'npm cashe clean --force' + sh 'npm cache clean --force' sh 'dotnet build' } }