feat(plugin-tools): pass the current command to the reporter
This commit is contained in:
parent
1940885134
commit
5e8572b67f
3 changed files with 39 additions and 7 deletions
|
|
@ -42,6 +42,7 @@ export const isEmigrateReporter = (plugin: any): plugin is EmigrateReporter => {
|
|||
'onInit',
|
||||
'onCollectedMigrations',
|
||||
'onLockedMigrations',
|
||||
'onNewMigration',
|
||||
'onMigrationStart',
|
||||
'onMigrationSuccess',
|
||||
'onMigrationError',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue