This commit is contained in:
Vicente Falco 2017-06-07 07:08:40 +02:00
parent fb4c0db6c5
commit 63fe545b75
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

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