ensure types are being installed

This commit is contained in:
Taylor Christie 2019-04-09 11:06:52 -06:00
parent ff31d98a51
commit a8603a9121

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [
} }
stage('Install Dependencies') { stage('Install Dependencies') {
container('base') { container('base') {
sh "npm ci --only=production" sh "npm install"
sh "npm install -g typescript" sh "npm install -g typescript"
} }
} }