shot in the dark pt. 2

This commit is contained in:
Maciek Nowacki 2021-03-01 12:12:12 -07:00
parent 9a38d5f0a8
commit eccba2876e

2
Jenkinsfile vendored
View File

@ -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') {