We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6d298 commit 1051f19Copy full SHA for 1051f19
util/npx_verdaccio
@@ -60,4 +60,6 @@ spawn('npx', args, {
60
// we need to forward this.
61
// Otherwise the entire CI build may think that things succeeded.
62
if (code !== 0) throw Error(`Exit code: ${code}`)
63
- })
+
64
+ process.exit()
65
+ })
0 commit comments