shot in the dark pt. 2
This commit is contained in:
Vendored
+1
-1
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user