Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 7, 2021
1 parent efd1b50 commit e9fd502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/loud-socks-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@accounts/mongo": patch
---

Fix 0.33.2 not properly published.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coverage": "lerna run coverage",
"codecov": "codecov",
"version": "pnpx changeset version && pnpm install --lockfile-only",
"release": "pnpm publish -r && pnpx changeset publish",
"release": "pnpm run compile && pnpm publish -r && pnpx changeset publish",
"reset": "pnpm run clean; pnpm run install; pnpm run compile",
"prepare": "husky install"
},
Expand Down

0 comments on commit e9fd502

Please sign in to comment.