From 2d959e843e3b0370f8fca53ec7a8d629ebd32f47 Mon Sep 17 00:00:00 2001 From: rawlingsj Date: Fri, 17 Mar 2017 00:20:44 +0000 Subject: [PATCH] default to not debug during npm release --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b9e0efa..3063217 100644 --- a/package.json +++ b/package.json @@ -228,6 +228,7 @@ }, "release": { "branch": "master", + "debug": false, "verifyConditions": { "path": "./node_modules/@krux/condition-jenkins" }