diff --git a/ci/build.ts b/ci/build.ts index 1fa96ebe..3da36f91 100644 --- a/ci/build.ts +++ b/ci/build.ts @@ -34,7 +34,7 @@ class Builder { private async task(message: string, fn: () => Promise): Promise { const time = Date.now() - this.log(`${message}...`, true) + this.log(`${message}...`, !process.env.CI) try { const t = await fn() process.stdout.write(`took ${Date.now() - time}ms\n`)