From b665dec740cbe2f7bddce279f56cf1225c274915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Fri, 26 May 2017 10:36:16 +0100 Subject: [PATCH] chore: actually publish it was only listing updated packges --- scripts/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish b/scripts/publish index 7086fb49..925c9b85 100755 --- a/scripts/publish +++ b/scripts/publish @@ -90,7 +90,7 @@ const tasks = new Listr( title: 'Publish', task: () => exec('lerna', [ - 'updated', // 'publish', + 'publish', '--conventional-commits', '--independent', '-m',