Skip to content

Commit 787a88f

Browse files
committed
Revert "fix: failing "suite generate > repo""
This reverts commit de2c83c.
1 parent 437df6d commit 787a88f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.suite-cli/cli/scripts/scripts.module.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,6 @@ const scaffoldNewRepo = async ({ answers }) => {
10711071
addProjectConfigs({ project_root: join(cwd(), answers.repo_name), answers })
10721072
addMicroservice({ project_root: join(cwd(), answers.repo_name), answers })
10731073
addPackageJson({ project_root: join(cwd(), answers.repo_name), answers })
1074-
10751074
return
10761075
}
10771076
else {

0 commit comments

Comments
 (0)