Skip to content

Commit 1051f19

Browse files
authored
fix(CI): npx_verdaccio (#1190)
1 parent ad6d298 commit 1051f19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

util/npx_verdaccio

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ spawn('npx', args, {
6060
// we need to forward this.
6161
// Otherwise the entire CI build may think that things succeeded.
6262
if (code !== 0) throw Error(`Exit code: ${code}`)
63-
})
63+
64+
process.exit()
65+
})

0 commit comments

Comments
 (0)