formation hace 2 años
padre
commit
d9ef056266
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)