Skip to content

Commit

Permalink
fix: let publishCommand be handled by shipjs
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 20, 2024
1 parent d8acd6a commit fecee53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ship.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
installCommand: () => 'bun i',
publishCommand: () => 'bun publish --tag latest',
beforeCommitChanges: ({ exec }) => {
exec('./scripts/bump-jsr-version.cjs');
},
Expand Down

0 comments on commit fecee53

Please sign in to comment.