From 497134c1f5cfb81dddb406e3d46e9974dc4fbf88 Mon Sep 17 00:00:00 2001 From: Maciej Prill Date: Mon, 24 Oct 2022 08:25:01 +0200 Subject: [PATCH] Jenkinsfile. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index dd8a658..8593daa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,7 @@ pipeline { sh 'npm install --loglevel=verbose' //sh 'npm install react-scripts@3.4.1' sh 'npm clean-install --only=production' + sh 'npm run build' } } }