diff --git a/Jenkinsfile b/Jenkinsfile index 5ef4500d73..15033b12c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"