From 64124fe7dd48df6f6ef32138c6ce0a135e4beee0 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 5 May 2020 19:56:56 +0200 Subject: [PATCH] skip publish --- jenkins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.js b/jenkins.js index 0902b0c..7109439 100644 --- a/jenkins.js +++ b/jenkins.js @@ -22,5 +22,5 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'') console.log ('build not marked for deployment'); process.exit (1); } - else { child_process.execSync ('yarn publish --access public'); } + // else { child_process.execSync ('yarn publish --access public'); } });