Revert "reinitialize publish"

This reverts commit d58c16f5f2.
This commit is contained in:
Timo Hocker 2020-05-05 19:58:24 +02:00
parent 93ce32fa55
commit 7e292f6eee

View File

@ -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'); }
});