From 6b12abd1d06376e9df2811fc1291f596106cc85e Mon Sep 17 00:00:00 2001 From: Walidoux Date: Sun, 14 Aug 2022 01:33:34 +0100 Subject: [PATCH] fix: 403 forbidden publish --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index df362d2..ec0c4cb 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,10 @@ "url": "https://github.com/Walidoux/next-app-boilerplate/issues" }, "homepage": "https://next-app-boilerplate.vercel.app", + "publishConfig": { + "access": "public" + }, + "private": true, "branches": [ "master" ]