4 lines
43 B
Groovy

stage ('build') {
sh 'npm run build'
}