From 8d865ad82007686b3fffbf629bc761a285203a31 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Wed, 12 Oct 2022 16:42:14 -0400 Subject: [PATCH] lerna is not cicd friendly, yet --- lerna.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index ab78f2ac..45239baf 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,9 @@ "useWorkspaces": true, "command": { "publish": { - "registry": "https://git.vdb.to/api/packages/cerc-io/npm/" + "registry": "https://git.vdb.to/api/packages/cerc-io/npm/", + "yes": true, + "from-package": true } } }