From d0dd21993c5d9bc55744b36d2e7d082205605c91 Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Tue, 7 Jun 2022 23:45:35 -0500 Subject: [PATCH] lerna.json --- Publishing.md | 2 +- lerna.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Publishing.md b/Publishing.md index f0ec1c6..8e85973 100644 --- a/Publishing.md +++ b/Publishing.md @@ -33,7 +33,7 @@ The command below will ``` lerna version patch --no-private --yes -lerna publish from-package --yes +lerna publish from-git --yes ``` If the above command fails halfway, use the following command to check for any version differences between NPM and only publish the missing packages. diff --git a/lerna.json b/lerna.json index f2304b6..b2e3f0c 100644 --- a/lerna.json +++ b/lerna.json @@ -30,9 +30,6 @@ "tools/**" ], "command": { - "publish": { - "registry": "https://npm.pkg.github.com" - }, "version": { "message": "chore(release): publish", "allowBranch": "main"