From 12c65cb8ef082594620fcf3ef623c9b85de07d0d Mon Sep 17 00:00:00 2001 From: Erik Hughes Date: Tue, 4 Mar 2025 08:57:52 +0100 Subject: [PATCH] fix: missing publish config --- packages/cli/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/cli/package.json b/packages/cli/package.json index e90470d8..7e2c989e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -12,6 +12,9 @@ "type": "git", "url": "https://github.com/bucketco/bucket-javascript-sdk.git" }, + "publishConfig": { + "access": "public" + }, "engines": { "node": ">=18.0.0" },