Skip to content

Commit

Permalink
ci(js): add version bump command (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 8, 2024
1 parent c310959 commit d88d280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"prettier:write": "prettier --write .",
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r"
},
"keywords": [
Expand Down

0 comments on commit d88d280

Please sign in to comment.