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 e24ee3e commit dc413e3Copy full SHA for dc413e3
generators/bootstrap/generator.ts
@@ -81,7 +81,7 @@ export default class BootstrapGenerator extends CommandBaseGenerator<typeof comm
81
}
82
83
84
- get multistepTransform(): Record<string, (this: this) => unknown | Promise<unknown>> {
+ get multistepTransform(): Record<string, (this: this) => unknown> {
85
return {
86
queueMultistepTransform() {
87
this.queueMultistepTransform();
0 commit comments