formatting

This commit is contained in:
Timo Hocker 2020-05-05 19:54:50 +02:00
parent aeb6985635
commit 2bb7e91ca9

View File

@ -24,4 +24,3 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'')
} }
else { child_process.execSync ('yarn publish --access public'); } else { child_process.execSync ('yarn publish --access public'); }
}); });