🐛 Bug: Don't create src/*.ts files during migration #749
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Milestone
Bug Report Checklist
main
branch of the repository.Expected
Migrating an existing repository (
--mode migrate
) generally doesn't need to creategreet
-related files (src/greet.ts
, etc.). But that doesn't make much sense for a repository that likely already has code.Actual
Right now, if you run
--mode migrate
in an existing repository that hassrc/index.ts
, the file will get replaced with the defaultsrc/index.ts
,src/greet.test.ts
, etc.Let's skip creating
greet
-related files during migration.Additional Info
No response
The text was updated successfully, but these errors were encountered: