From f306e42378af70d2ab9caa5d7aca030578a9c745 Mon Sep 17 00:00:00 2001 From: 1aron Date: Wed, 16 Aug 2023 00:23:31 +0800 Subject: [PATCH] Fix: Missed `"access": "publish"` --- packages/eslint-config/package.json | 3 +++ packages/semantic-release-config/package.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index abda524..e9d3efe 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -11,6 +11,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git", diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index c618ca7..9c8e1b2 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -15,6 +15,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git", @@ -47,4 +50,4 @@ "conventional-changelog-techor": "workspace:^", "techor-conventional-commits": "workspace:^" } -} +} \ No newline at end of file