Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 4, 2024
1 parent 57e6aec commit b1720cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ interface Options {
}

export default function ({ dev, version }: Options) {
return upgrade({ dev, version });
const process = upgrade({ path: ".", dev, version });
process.run();
}

0 comments on commit b1720cf

Please sign in to comment.