Deploy speed improved
This commit is contained in:
parent
f3a52a9b43
commit
2c69e64939
|
@ -21,8 +21,7 @@ node {
|
||||||
}
|
}
|
||||||
stage ('Install Node dependencies') {
|
stage ('Install Node dependencies') {
|
||||||
nodejs('node-lts') {
|
nodejs('node-lts') {
|
||||||
sh "npm install --only=prod"
|
sh "NODE_ENV="" npm install --no-audit"
|
||||||
sh "npm install --only=dev"
|
|
||||||
sh "gulp install"
|
sh "gulp install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue