From 54664478a97ab72e33d35633f51edc12098b7db8 Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Fri, 27 Oct 2023 13:51:53 +0530 Subject: [PATCH] feat: add publishConfig for package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 62582eec..345dad0d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "type": "git", "url": "https://github.com/percy/percy-storybook.git" }, + "publishConfig": { + "access": "public", + "tag": "beta" + }, "engine": { "node": ">=14" },