From 4b6cd9e504746a129085df01930cccaf83d78526 Mon Sep 17 00:00:00 2001 From: Maciej Prill Date: Mon, 24 Oct 2022 08:08:42 +0200 Subject: [PATCH] Jenkinsfile. --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 62fbf12..f948f33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,8 @@ pipeline { stages { stage('Build') { steps { - sh 'npm install' + sh 'uname -a' + sh 'npm install --loglevel=verbose' sh 'npm install react-scripts@3.4.1 -g' sh 'npm clean-install --only=production' }