Build tweaks

This commit is contained in:
simon 2019-05-21 12:40:03 -04:00
parent 0e428548a5
commit 8dcf2c7e05

2
jenkins/Jenkinsfile vendored
View File

@ -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'
}