From 86c919aac5da9556b9306dd4780c7fe03b18cf90 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Tue, 31 Jul 2018 16:39:20 -0500 Subject: [PATCH] chore: verbose logging on windows build --- tasks/asset-compile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/asset-compile.ts b/tasks/asset-compile.ts index a9bad44..b2682df 100644 --- a/tasks/asset-compile.ts +++ b/tasks/asset-compile.ts @@ -57,6 +57,7 @@ async function build() { options = { empty: true, build: true, + verbose: isWindows, target, output }