main #3

Merged
Dmitry_Tkachenko merged 30 commits from main into develop 2024-10-22 23:58:46 +03:00
Showing only changes of commit f2a58ee3b1 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'npm install'
sh 'yarn && yarn build'
}
}
stage('Test') {