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