From df3160df837a323ba4bbb44580efe3679bc57348 Mon Sep 17 00:00:00 2001 From: Simon Garner Date: Mon, 18 Mar 2024 12:25:38 +1300 Subject: [PATCH] fix: exit when done --- scripts/postinstall.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 68c3d33..41d87e2 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -130,6 +130,7 @@ const main = async () => { main() .then(() => { // success + process.exit(0); }) .catch((err) => { console.error(err);