gulp install
This commit is contained in:
parent
b3bba5401f
commit
515b36e5bb
|
@ -26,6 +26,7 @@ node {
|
||||||
stage ('Install Node dependencies') {
|
stage ('Install Node dependencies') {
|
||||||
sh "npm install --only=prod"
|
sh "npm install --only=prod"
|
||||||
sh "npm install --only=dev"
|
sh "npm install --only=dev"
|
||||||
|
sh "gulp install"
|
||||||
}
|
}
|
||||||
stage ('Build project') {
|
stage ('Build project') {
|
||||||
sh "gulp build"
|
sh "gulp build"
|
||||||
|
|
Loading…
Reference in New Issue