diff --git a/packages/core/package.json b/packages/core/package.json index 9a36f22..33ed09b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",