diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 156a568..215fbe8 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } } steps { - sh 'cd music_graph/ && npm install && npm audit fix && npm run build' + sh 'cd music_graph/ && npm install && npm run build' sh 'mv music_graph/dist webroot' stash includes: 'webroot/', name: 'webdist' }