Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:14:04 +02:00
parent 81a746eac9
commit 001f048cc8

4
Jenkinsfile vendored
View File

@ -15,8 +15,10 @@ pipeline {
steps {
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'
sh 'npm clean-install --only=production'
sh 'pwd'
sh 'ls -alrth'
}
}
}