Skip to content

Commit

Permalink
chore: revert git checks on js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 9, 2024
1 parent e46211b commit 85c1163
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 --no-git-checks"
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit 85c1163

Please sign in to comment.