From 655a5d8cfff350cb4192520b70518016708c3bfc Mon Sep 17 00:00:00 2001 From: Pier-Luc Gendreau Date: Sat, 26 Mar 2022 22:10:22 -0400 Subject: [PATCH] Publish with public access (#21) --- .changeset/angry-shoes-speak.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/angry-shoes-speak.md diff --git a/.changeset/angry-shoes-speak.md b/.changeset/angry-shoes-speak.md new file mode 100644 index 0000000..b764288 --- /dev/null +++ b/.changeset/angry-shoes-speak.md @@ -0,0 +1,6 @@ +--- +"@tempocal/core": patch +"@tempocal/react": patch +--- + +Publish with public access diff --git a/package.json b/package.json index 20998d2..b7302e0 100644 --- a/package.json +++ b/package.json @@ -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",