From d58c16f5f2a55f2b789999b633688edd498a6c1d Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 5 May 2020 19:57:20 +0200 Subject: [PATCH] reinitialize publish --- jenkins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.js b/jenkins.js index 7109439..0902b0c 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'); } });