jenkins-scripts/build/dev/Jenkinsfile
2020-03-02 22:35:26 +03:00

6 lines
76 B
Groovy

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