Skip to content

Commit

Permalink
Exit after build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 7, 2024
1 parent aa1a9bb commit 9e6849d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ async function go() {
await context.watch()
}
else {
const result = await context.rebuild()
const result = await context.rebuild();
process.exit(0);
}
}

Expand Down

0 comments on commit 9e6849d

Please sign in to comment.