Skip to content

Commit

Permalink
Publish with public access (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zertz authored Mar 27, 2022
1 parent b8c50b0 commit 655a5d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/angry-shoes-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tempocal/core": patch
"@tempocal/react": patch
---

Publish with public access
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"scripts": {
"build": "turbo run build",
"ci:publish": "pnpm publish --filter=\\!www --recursive && pnpm changeset tag",
"ci:publish": "pnpm publish --access public --filter=\\!www --recursive && pnpm changeset tag",
"ci:version": "pnpm changeset version",
"dev": "turbo run dev",
"lint": "eslint . --ext ts,tsx",
Expand Down

1 comment on commit 655a5d8

@vercel
Copy link

@vercel vercel bot commented on 655a5d8 Mar 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.