From 8e4621d19a7e60f4b955352a44d059777b9bf5ec Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 23 Mar 2021 11:10:01 -0400 Subject: [PATCH] fix(run-script): remove log.disableProgress This was causing the progress bar to be flashing in between lifecycle script runs. --- lib/run-script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/run-script.js b/lib/run-script.js index 0297061adc21d..054f0ae4a551f 100644 --- a/lib/run-script.js +++ b/lib/run-script.js @@ -187,8 +187,6 @@ class RunScript extends BaseCommand { } async runWorkspaces (args, filters) { - log.disableProgress() - const res = [] const workspaces = await this.workspaces(filters)