Skip to content

Commit

Permalink
chore: add access public
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Jun 18, 2024
1 parent 11ebc62 commit 27b06f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build": "tsc && vite build",
"release": "pnpm prepack && changelogen --release && npm publish --no-git-checks && git push --follow-tags",
"release": "pnpm prepack && changelogen --release && npm publish --no-git-checks --access public && git push --follow-tags",
"npm-auth-check": "[[ $(npm_config_registry=https://registry.npmjs.org npm whoami) = \"busbud-dev\" ]] && echo \"NPM Authentication ✅\"",
"prepack": "pnpm build",
"test:ci": "CI=true pnpm test:unit",
Expand Down

0 comments on commit 27b06f4

Please sign in to comment.