gulp install

This commit is contained in:
Joan Sanchez 2018-09-05 09:05:55 +02:00
parent b3bba5401f
commit 515b36e5bb
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -26,6 +26,7 @@ node {
stage ('Install Node dependencies') {
sh "npm install --only=prod"
sh "npm install --only=dev"
sh "gulp install"
}
stage ('Build project') {
sh "gulp build"