jenkins change

This commit is contained in:
Josh Burman 2020-02-21 15:33:06 -05:00 committed by Maciek Nowacki
parent 202333c8cd
commit f2ad95de03

2
Jenkinsfile vendored
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') {