From f2a58ee3b1f79e1413036521823a079622210825 Mon Sep 17 00:00:00 2001 From: Dmytro Tkachenko Date: Tue, 22 Oct 2024 20:37:26 +0300 Subject: [PATCH] Actions --- .jenkins/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/scripts/build.sh b/.jenkins/scripts/build.sh index 52b59e1..fd14d09 100644 --- a/.jenkins/scripts/build.sh +++ b/.jenkins/scripts/build.sh @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - sh 'npm install' + sh 'yarn && yarn build' } } stage('Test') {