Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 13:03:22 +02:00
parent ae2b6399de
commit 38c5df8a1d

View File

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