formation 2 лет назад
Родитель
Сommit
d9ef056266
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -92,7 +92,7 @@ node{
             sh 'npm install'
 				
 	 		try
-			{
+			{   sh 'npm update'
 				sh 'npm run test-ci'
 			} 
 			catch(err)