jenkins-scripts/build/dev/Jenkinsfile

4 lines
43 B
Groovy

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