We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6712302 commit 6f579d8Copy full SHA for 6f579d8
1 file changed
src/index.ts
@@ -209,6 +209,7 @@ async function main() {
209
updateProjectName(targetPath, name);
210
211
if (args.values.git) {
212
+ execSync(`cd ${targetDir}`);
213
execSync('git init');
214
}
215
0 commit comments