Skip to content

Commit

Permalink
fix: types is missing in the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Aug 31, 2022
1 parent 22e5d15 commit 78ab196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tiny-eggs-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'async-call-rpc': patch
---

fix: types is missing in the release process
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"scripts": {
"publish": "pnpm run clean && pnpm run build && pnpm test && npx changeset tag && npx changeset publish",
"publish": "pnpm run clean && pnpm run build && pnpm run doc:api && pnpm test && npx changeset publish",
"clean": "rimraf ./out ./utils/web ./utils/node ./es ./coverage ./dist",
"watch:tsc": "tsc -b -w",
"build:tsc": "tsc -b",
Expand Down

0 comments on commit 78ab196

Please sign in to comment.