force close after publishing with --open

This commit is contained in:
Norbert de Langen 2024-06-22 21:10:22 +02:00
parent a452400b68
commit a18a63f717

View File

@ -188,6 +188,7 @@ const run = async () => {
if (!program.open) {
verdaccioServer.close();
process.exit(0);
}
};