diff --git a/Jenkinsfile b/Jenkinsfile index 077cc49..e25d96c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [ stage('Install Dependencies') { container('base') { sh "npm install" - sh "npm install -g typescript" + sh "npm install typescript" } } stage('Build the Project') {