Skip to content

Commit

Permalink
fix(run-script): remove log.disableProgress
Browse files Browse the repository at this point in the history
This was causing the progress bar to be flashing in between lifecycle
script runs.
  • Loading branch information
ruyadorno committed Mar 23, 2021
1 parent 1924eb4 commit 8e4621d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/run-script.js
Expand Up @@ -187,8 +187,6 @@ class RunScript extends BaseCommand {
}

async runWorkspaces (args, filters) {
log.disableProgress()

const res = []
const workspaces = await this.workspaces(filters)

Expand Down

0 comments on commit 8e4621d

Please sign in to comment.