From d1159e3c32ffbee160bc3f9a99c56a33d91b9360 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 12 Apr 2023 13:42:43 -0400 Subject: [PATCH] fix: Add publishConfig for new package Signed-off-by: Sebastian Malton --- .../react-testing-library-discovery/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/utility-features/react-testing-library-discovery/package.json b/packages/utility-features/react-testing-library-discovery/package.json index a48be4b5f4..08aaebec0c 100644 --- a/packages/utility-features/react-testing-library-discovery/package.json +++ b/packages/utility-features/react-testing-library-discovery/package.json @@ -7,6 +7,10 @@ "files": [ "dist" ], + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "repository": { "type": "git", "url": "git+https://github.com/lensapp/lens.git"