jenkins-scripts/build/dev/Jenkinsfile

6 lines
76 B
Plaintext
Raw Normal View History

2020-03-02 22:35:26 +03:00
stage ('production build') {
steps {
sh 'npm run build'
}
}