We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f8439 commit c051f29Copy full SHA for c051f29
commands/Invoke.ts
@@ -43,7 +43,7 @@ export default class Invoke extends BaseCommand {
43
}
44
45
const { tasks } = await import('@adonisjs/sink')
46
- await new tasks.Instructions(this.name, cwd, this.application).execute()
+ await new tasks.Instructions(this.name, cwd, this.application, true).execute()
47
await new Manifest(cwd, this.logger).generate()
48
49
0 commit comments