diff --git a/bin/build-configs b/bin/build-configs index 09b85c3..d952ddb 100755 --- a/bin/build-configs +++ b/bin/build-configs @@ -119,6 +119,10 @@ $app->command( $filesToGenerate->push(['drupal-project/phpunit.xml.dist', 'phpunit.xml.dist']); } + // Display a list of generated files. + $io->write('Generated files:'); + $io->listing($filesToGenerate->pluck(1)->sort()->toArray()); + $configurationData['managedText'] = 'Do not edit this file. It is automatically generated by \'build-configs\'.'; generateFiles(