Skip to content

Commit

Permalink
fix: exit when done
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Mar 17, 2024
1 parent d2778af commit df3160d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const main = async () => {
main()
.then(() => {
// success
process.exit(0);
})
.catch((err) => {
console.error(err);
Expand Down

0 comments on commit df3160d

Please sign in to comment.