Explorar el Código

Internal: Adjusted message.

Marek Lewandowski hace 5 años
padre
commit
0bfddb7a79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/continuous-integration-script.js

+ 1 - 1
scripts/continuous-integration-script.js

@@ -104,7 +104,7 @@ console.log( 'Done' );
 if ( Object.values( failedChecks ).some( checksSet => checksSet.size > 0 ) ) {
 	console.log( '\n---\n' );
 
-	console.log( `🔥 ${ RED }Errors were found in the following packages:${ NO_COLOR }\n` );
+	console.log( `🔥 ${ RED }Errors were detected by the CI.${ NO_COLOR }\n` );
 
 	showFailedCheck( 'dependency', 'The following packages have dependencies that are not included in its package.json' );
 	showFailedCheck( 'unitTests', 'The following packages did not pass unit tests' );