Deploy fixes
This commit is contained in:
parent
4bf80493fc
commit
e016ad4d93
|
@ -6,7 +6,7 @@ node {
|
||||||
}
|
}
|
||||||
stage ('Install Node dependencies') {
|
stage ('Install Node dependencies') {
|
||||||
nodejs('node-lts') {
|
nodejs('node-lts') {
|
||||||
sh "NODE_ENV="" npm install --no-audit"
|
sh "npm install --no-audit"
|
||||||
sh "gulp install"
|
sh "gulp install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue