Jenkins webpack

This commit is contained in:
Vicente Falco 2017-06-06 14:35:31 +02:00
parent 298aab3704
commit fb4c0db6c5
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -25,6 +25,10 @@ node {
checkout scm
}
stage ('webpack'){
sh "webpack"
}
stage ('install modules'){
sh "npm install"
}