diff --git a/Jenkinsfile b/Jenkinsfile index 59d63fb9f..ba97a18b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ node { stage ('Checkout') { checkout scm + } stage ('install modules'){ sh "npm install"