#7 check
Some checks failed
platform/gitea-bro-js/journal.pl/pipeline/head There was a failure building this commit
platform/gitea-bro-js/journal.pl/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-03-29 13:13:23 +03:00
parent 719a5e9930
commit 6b0b8ffebc

2
Jenkinsfile vendored
View File

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