jenkins change

This commit is contained in:
Josh Burman
2021-03-01 12:00:21 -07:00
committed by Maciek Nowacki
parent 202333c8cd
commit f2ad95de03
Vendored
+1 -1
View File
@@ -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') {