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