From 7e292f6eee010cdbd3ddc45fdc1f454adf150aad Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 5 May 2020 19:58:24 +0200 Subject: [PATCH] Revert "reinitialize publish" This reverts commit d58c16f5f2a55f2b789999b633688edd498a6c1d. --- 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'); } });