ensure types are being installed
This commit is contained in:
parent
ff31d98a51
commit
a8603a9121
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user