Skip to content

Commit

Permalink
Mark initial release as --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapado committed Oct 29, 2024
1 parent 344950d commit 422cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"build": "pnpm --recursive run build",
"changeset:release": "pnpm build && changeset tag && pnpm --recursive publish",
"changeset:release": "pnpm build && changeset tag && pnpm --recursive publish --access public",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"check-types": "pnpm --recursive run check-types",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 422cd32

Please sign in to comment.