From eccba2876e1fb4fb26603034f346cc4ee0834577 Mon Sep 17 00:00:00 2001 From: Maciek Nowacki Date: Mon, 1 Mar 2021 12:12:12 -0700 Subject: [PATCH] shot in the dark pt. 2 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {