diff --git a/Jenkinsfile b/Jenkinsfile index 0ab0ddb..077cc49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [ } stage('Install Dependencies') { container('base') { - sh "npm ci --only=production" + sh "npm install" sh "npm install -g typescript" } }