From 13b6f3926028ad8320b531c2c76b4af90a2faaa6 Mon Sep 17 00:00:00 2001 From: Alasdair Mercer Date: Fri, 8 Dec 2017 23:47:11 +0000 Subject: [PATCH] chore: reverted changes to lerna configuration that skipped git+npm publishing on publish --- lerna.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lerna.json b/lerna.json index 556a07a..60c01fd 100644 --- a/lerna.json +++ b/lerna.json @@ -8,10 +8,6 @@ "bootstrap": { "hoist": true, "nohoist": "puppeteer" - }, - "publish": { - "skipGit": true, - "skipNpm": true } }, "npmClientArgs": [