Skip to content

Commit

Permalink
chore: order of migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Nov 14, 2024
1 parent d49abda commit d17288a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/codemod/bin/vibe-codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ async function main() {
const filesToProcessLast =
migrationType === "v3"
? [
resolve(transformationsDir, "next-imports-migration.js"),
resolve(transformationsDir, "type-imports-migration.js"),
resolve(transformationsDir, "packages-rename-migration.js")
]
Expand Down

0 comments on commit d17288a

Please sign in to comment.