From 7544de86c3f2cc7043bcdfaea5eec214fb41312a Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 6 Jun 2017 14:35:49 -0700 Subject: [PATCH] Updated label in build-script --- 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 7890bd71cb99..fcc2659fd077 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