From 8d7fd8ed156005a885a785f232a228ac9b06cd23 Mon Sep 17 00:00:00 2001 From: Walid <87608619+Walidoux@users.noreply.github.com> Date: Sun, 14 Aug 2022 01:36:16 +0100 Subject: [PATCH] fix: 403 forbidden publish (#49) * 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" ]