diff --git a/Jenkinsfile b/Jenkinsfile index a66ceac..e1bf986 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [ } stage('Build the Project') { container('base') { - sh "./node_modules/tsc/bin/tsc" + sh "npx tsc" } } stage('Run unit tests') {