From 4ef42087193f0e2b1adcfec38506435f4628e6cf Mon Sep 17 00:00:00 2001 From: daffl Date: Sat, 24 Feb 2024 19:13:23 -0800 Subject: [PATCH] chore: Update Lerna configuration --- lerna.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 6689879..12535d2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,6 @@ { "ci": false, - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "version": "0.8.1", "granularPathspec": false, "forcePublish": true, @@ -11,13 +9,10 @@ "hoist": true }, "publish": { - "allowBranch": "main", + "allowBranch": "publish", "message": "chore(release): publish %s", "conventionalCommits": true, "createRelease": "github" } - }, - "ignoreChanges": [ - "packages/*" - ] + } }