fix: 403 forbidden publish

This commit is contained in:
Walid 2022-08-14 01:33:34 +01:00
parent fc58263c3e
commit 6b12abd1d0
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

View File

@ -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"
]