mirror of
https://github.com/status-im/metro.git
synced 2025-02-17 21:46:24 +00:00
Add babel version to build output
Reviewed By: mjesun Differential Revision: D6722581 fbshipit-source-id: d6d1d79f86baa2b75673ef5c097aa27653621f60
This commit is contained in:
parent
333182363a
commit
b8fa8e0a7e
@ -153,7 +153,8 @@ const files = process.argv.slice(2);
|
||||
if (files.length) {
|
||||
files.forEach(buildFile);
|
||||
} else {
|
||||
process.stdout.write(chalk.bold.inverse('Building packages\n'));
|
||||
// $FlowFixMe TODO t25179342 Add version to the flow types for this module
|
||||
process.stdout.write(chalk.bold.inverse('Building packages') + ' (using Babel v' + babel.version + ')\n');
|
||||
getPackages().forEach(buildPackage);
|
||||
process.stdout.write('\n');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user