Deploy fixes

This commit is contained in:
Juan Ferrer 2019-01-08 12:08:34 +01:00
parent 4bf80493fc
commit e016ad4d93
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ node {
}
stage ('Install Node dependencies') {
nodejs('node-lts') {
sh "NODE_ENV="" npm install --no-audit"
sh "npm install --no-audit"
sh "gulp install"
}
}