Skip to content

Commit

Permalink
fix bad fix #190
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Apr 14, 2020
1 parent 7282a46 commit c93278b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/app/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ class Run extends BaseCommand {
async run () {
const { flags } = this.parse(Run)
const runOptions = {
logLevel: flags.verbose ? 4 : 2
parcel: {
logLevel: flags.verbose ? 4 : 2
}
}

try {
Expand Down

0 comments on commit c93278b

Please sign in to comment.