chore: verbose logging on windows build

This commit is contained in:
calebboyd
2018-07-31 16:39:20 -05:00
parent 2271e426e2
commit 86c919aac5
+1
View File
@@ -57,6 +57,7 @@ async function build() {
options = {
empty: true,
build: true,
verbose: isWindows,
target,
output
}