Skip to content

Commit

Permalink
fix: ensure npm exits (otherwise need to ctrl-c to get back to comman…
Browse files Browse the repository at this point in the history
…d prompt)
  • Loading branch information
6pac committed Oct 8, 2022
1 parent 7f12612 commit 6dd4649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const cwd = process.cwd();
console.log(`🏁 Done (in ${Math.floor(process.uptime())}s.)`);
}
}
process.exit();
})();

/**
Expand Down

0 comments on commit 6dd4649

Please sign in to comment.