jenkins-scripts/build/dev/Jenkinsfile
2020-03-03 09:20:32 +03:00

4 lines
54 B
Groovy

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