Skip to content

Commit

Permalink
add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 3, 2024
1 parent 9ef7076 commit 0c09178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts"
"lint": "eslint . --ext .ts",
"ci:publish": "pnpm publish -r"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit 0c09178

Please sign in to comment.