vigour-sentinel
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "vigour-sentinel", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Continuos Testing & Delivery Agent for vigour projects", | ||
@@ -5,0 +5,0 @@ "preferGlobal": "true", |
@@ -25,3 +25,3 @@ "use strict"; | ||
exec(config.pkg.scripts.test, true, true) | ||
return exec(config.pkg.scripts.test, true, true) | ||
.then((code) => { | ||
@@ -28,0 +28,0 @@ failedTests = code |
13989