Update Jenkinsfile

pull/39/head
Pablo Fuente Pérez 2018-03-14 20:25:03 +01:00 committed by GitHub
parent 90fd19e508
commit 09cd31f333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ node('container') {
sh 'cd openvidu/openvidu-browser && npm install && npm run updatetsc && npm link'
}
stage('OpenVidu Node Client build') {
sh 'cd openvidu/openvidu-node-client && npm install && tsc && npm link'
sh 'cd openvidu/openvidu-node-client && npm install && npm run build && npm link'
}
stage('OpenVidu TestApp build') {
sh 'cd openvidu/openvidu-testapp && npm install && npm link openvidu-browser && npm link openvidu-node-client && ng build'