Skip to content

Commit

Permalink
feat: remove old server.ts and test.ts entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Oct 17, 2023
1 parent f2f1cb0 commit 22b3dcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/patchers/upgrade_entrypoints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ export class UpgradeEntrypoints extends BasePatcher {
this.logger.info('Created bin/server.ts')
}),

/**
* Remove old entrypoints
*/
rmIfExists(join(rootDir, 'server.ts')),
rmIfExists(join(rootDir, 'test.ts')),

/**
* Ace file and also remove the old commands/index file
*/
Expand Down

0 comments on commit 22b3dcd

Please sign in to comment.