From 7b16a46e0cf03f63d6a69cfb874d49f7d512c0b5 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 6 Jun 2017 14:54:35 -0700 Subject: [PATCH] Updated label in build-script (#9871) Changed from "STARTING" to "BUILDING" --- scripts/rollup/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index 7890bd71cb..fcc2659fd0 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -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