Skip to content

Commit

Permalink
fix: set up package to public
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jul 28, 2023
1 parent 83dcfd4 commit a5b06b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/upl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"url": "git@github.com:frameless/strapi.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"scripts": {
"prebuild": "npm run tsc",
Expand Down

0 comments on commit a5b06b3

Please sign in to comment.