8
0
Marek Lewandowski 5 лет назад
Родитель
Сommit
0bfddb7a79
1 измененных файлов с 1 добавлено и 1 удалено
  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' );