From 7d45464e89a66612c1f9f1a844813885ff0ddb7e Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:15:46 -0700 Subject: [PATCH] fix(CI): npx_verdaccio --- util/npx_verdaccio | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/npx_verdaccio b/util/npx_verdaccio index 99d613dd7..1ba09d4f4 100755 --- a/util/npx_verdaccio +++ b/util/npx_verdaccio @@ -60,4 +60,6 @@ spawn('npx', args, { // we need to forward this. // Otherwise the entire CI build may think that things succeeded. if (code !== 0) throw Error(`Exit code: ${code}`) - }) \ No newline at end of file + + process.exit() + })