fix(ScafTemplate): Use interactive shell for post-scaffold scripts; update test/build config and dependency versions
This commit is contained in:
@@ -257,7 +257,7 @@ export class ScafTemplate {
|
||||
executor: 'bash',
|
||||
});
|
||||
for (const command of this.smartscafFile.runafter) {
|
||||
await smartshellInstance.exec(`cd ${this.destinationPath} && ${command}`);
|
||||
await smartshellInstance.execInteractive(`cd ${this.destinationPath} && ${command}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user