Skip to content

Commit

Permalink
ci: fixes npm publish issues by explicitly setting public access in b…
Browse files Browse the repository at this point in the history
…eachball
  • Loading branch information
ctran88 committed Aug 26, 2024
1 parent d00ae10 commit ca49bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beachball.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
publish: true,
push: true,
access: 'public',
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"jose": "^4.14.4",
"node-fetch": "^2.6.12"
},
"private": false,
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit ca49bfb

Please sign in to comment.