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