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' } } }