#7 feature/add-jenkins #9

Merged
primakov merged 11 commits from feature/add-jenkins into master 2024-03-29 13:33:38 +03:00
Showing only changes of commit 6b0b8ffebc - Show all commits

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stage('build') {
steps {
sh 'npm run build:prod'
sh 'npm run build'
}
}
}