Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 13:04:45 +02:00
parent 38c5df8a1d
commit 6e9c2832c7

View File

@ -21,7 +21,6 @@ pipeline {
steps {
//sh 'npm install --loglevel=verbose'
sh 'npm install'
sh 'npm audit fix'
sh 'npm clean-install --only=production'
sh 'npm run build'
}