mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-12-14 07:09:06 +00:00
Build tweaks
This commit is contained in:
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user