Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:08:42 +02:00
parent 5b50945649
commit 4b6cd9e504

3
Jenkinsfile vendored
View File

@ -11,7 +11,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'npm install' sh 'uname -a'
sh 'npm install --loglevel=verbose'
sh 'npm install react-scripts@3.4.1 -g' sh 'npm install react-scripts@3.4.1 -g'
sh 'npm clean-install --only=production' sh 'npm clean-install --only=production'
} }