Skip to content

Commit c051f29

Browse files
committed
refactor: invoke instructions in verbose mode
1 parent 92f8439 commit c051f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/Invoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class Invoke extends BaseCommand {
4343
}
4444

4545
const { tasks } = await import('@adonisjs/sink')
46-
await new tasks.Instructions(this.name, cwd, this.application).execute()
46+
await new tasks.Instructions(this.name, cwd, this.application, true).execute()
4747
await new Manifest(cwd, this.logger).generate()
4848
}
4949
}

0 commit comments

Comments
 (0)