From b7bf6ffe08a717befc7d548edcd024d04004ebec Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 19:44:37 +0100 Subject: [PATCH] try with publish config for public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a974ffd8..344c5bfb 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "type": "git", "url": "git+https://github.com/reuters-graphics/graphics-components.git" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "storybook dev -p 3000", "new": "node ./bin/newComponent/index.cjs",