Ver Fonte

dev test

formation há 2 anos atrás
pai
commit
d9ef056266
1 ficheiros alterados com 1 adições e 1 exclusões
  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)