Skip to content

Commit

Permalink
ci: make publish public
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 9, 2024
1 parent e638767 commit 78d0a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r"
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r --access public"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit 78d0a7a

Please sign in to comment.