update to better smartcli parsing

This commit is contained in:
2018-05-04 15:58:11 +02:00
parent 362740a55f
commit 9e8fbac573
9 changed files with 134 additions and 182 deletions

View File

@ -76,7 +76,7 @@ let publish = async () => {
await bash(`yarn run build`);
plugins.beautylog.success(`Nice!!! The build for the publication was successfull!`);
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`)
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`);
// -> clean up before we publish stuff
await bash(`rm -r .yarn`);
await bash(`rm -r node_modules`);