Skip to content

Commit

Permalink
chore: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Nov 21, 2024
1 parent 351da2c commit 938a6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/elixir-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.2.3",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
}
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.9.2",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
}

0 comments on commit 938a6db

Please sign in to comment.