From 8dcf2c7e054bfcc49a56320498f2010525da7604 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 21 May 2019 12:40:03 -0400 Subject: [PATCH] Build tweaks --- jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }