4 lines
43 B
Groovy
4 lines
43 B
Groovy
stage ('build') {
|
|
sh 'npm run build'
|
|
}
|
stage ('build') {
|
|
sh 'npm run build'
|
|
}
|