Skip to content

Commit

Permalink
chore: remove process.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed Oct 4, 2024
1 parent df48a55 commit a8db6e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/next-on-fleek/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export async function runNextOnPages(args: CliOptions): Promise<void> {
if (args.watch) {
setWatchMode(async () => runBuild(args));
}

process.exit(0);
}

async function runBuild(options: CliOptions) {
Expand Down

0 comments on commit a8db6e1

Please sign in to comment.