Jenkins
This commit is contained in:
parent
fb4c0db6c5
commit
63fe545b75
|
@ -25,10 +25,6 @@ node {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ('webpack'){
|
|
||||||
sh "webpack"
|
|
||||||
}
|
|
||||||
|
|
||||||
stage ('install modules'){
|
stage ('install modules'){
|
||||||
sh "npm install"
|
sh "npm install"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue