Updated label in build-script (#9871)

Changed from "STARTING" to "BUILDING"
This commit is contained in:
Brian Vaughn
2017-06-06 14:54:35 -07:00
committed by GitHub
parent f50c4c9a43
commit 7b16a46e0c

View File

@@ -397,7 +397,7 @@ function createBundle(bundle, bundleType) {
const format = getFormat(bundleType);
const packageName = Packaging.getPackageName(bundle.name);
console.log(`${chalk.bgYellow.black(' STARTING ')} ${logKey}`);
console.log(`${chalk.bgYellow.black(' BUILDING ')} ${logKey}`);
return rollup({
entry: bundleType === FB_DEV || bundleType === FB_PROD
? bundle.fbEntry