jenkins install dev dependencies

This commit is contained in:
Joan Sanchez 2018-09-05 08:33:08 +02:00
parent 3e1b6b82d4
commit b3bba5401f
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -24,8 +24,8 @@ node {
checkout scm
}
stage ('Install Node dependencies') {
sh "npm install"
sh "gulp install"
sh "npm install --only=prod"
sh "npm install --only=dev"
}
stage ('Build project') {
sh "gulp build"