Skip to content

Commit

Permalink
chore(js): change build and publish script (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 8, 2024
1 parent 709d833 commit b25418c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"prettier:write": "prettier --write .",
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts",
"prebuild": "pnpm run -r prebuild",
"build": "pnpm run -r build",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r"
"ci:publish": "pnpm run prebuild && pnpm run build && pnpm publish -r"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit b25418c

Please sign in to comment.