Skip to content

Commit

Permalink
chore: revert changes to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 8, 2024
1 parent 310081f commit 69bee97
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 && git diff --exit-code"
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit 69bee97

Please sign in to comment.