From a099cf05c0392f2530a7c580f216ad4c39dd908c Mon Sep 17 00:00:00 2001 From: Maciej Prill Date: Mon, 24 Oct 2022 08:22:25 +0200 Subject: [PATCH] Jenkinsfile. --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b4bc61..dd8a658 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,10 +15,8 @@ pipeline { steps { sh 'uname -a' sh 'npm install --loglevel=verbose' - sh 'npm install react-scripts@3.4.1' + //sh 'npm install react-scripts@3.4.1' sh 'npm clean-install --only=production' - sh 'pwd' - sh 'ls -alrth' } } }