From 2bb7e91ca9886d501fbfba9ecae6eeb8436a79fe Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 5 May 2020 19:54:50 +0200 Subject: [PATCH] formatting --- jenkins.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins.js b/jenkins.js index c2fb836..0902b0c 100644 --- a/jenkins.js +++ b/jenkins.js @@ -24,4 +24,3 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'') } else { child_process.execSync ('yarn publish --access public'); } }); -