Deploy speed improved

This commit is contained in:
Juan Ferrer 2019-01-07 08:56:11 +01:00
parent f3a52a9b43
commit 2c69e64939
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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