Skip to content

Commit

Permalink
fix: fix pnpm publish script (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 8, 2024
1 parent 28a9bc7 commit 3da8dd3
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 && pnpm run publish -r"
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && git diff --exit-code && pnpm publish -r"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit 3da8dd3

Please sign in to comment.