Skip to content

Commit 8e4621d

Browse files
committed
fix(run-script): remove log.disableProgress
This was causing the progress bar to be flashing in between lifecycle script runs.
1 parent 1924eb4 commit 8e4621d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/run-script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ class RunScript extends BaseCommand {
187187
}
188188

189189
async runWorkspaces (args, filters) {
190-
log.disableProgress()
191-
192190
const res = []
193191
const workspaces = await this.workspaces(filters)
194192

0 commit comments

Comments
 (0)