This commit is contained in:
2020-03-02 22:35:26 +03:00
commit b72fecbbec
11 changed files with 125 additions and 0 deletions

5
build/prod/Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,5 @@
stage ('production build') {
steps {
sh 'npm run build:prod'
}
}