From 78ab19663707e2b340b1e5ed83dc0edbcaa6b4f4 Mon Sep 17 00:00:00 2001 From: Jack Works Date: Wed, 31 Aug 2022 13:08:48 +0800 Subject: [PATCH] fix: types is missing in the release process --- .changeset/tiny-eggs-hope.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tiny-eggs-hope.md diff --git a/.changeset/tiny-eggs-hope.md b/.changeset/tiny-eggs-hope.md new file mode 100644 index 0000000..54d6427 --- /dev/null +++ b/.changeset/tiny-eggs-hope.md @@ -0,0 +1,5 @@ +--- +'async-call-rpc': patch +--- + +fix: types is missing in the release process diff --git a/package.json b/package.json index 5c03d06..3624d8d 100644 --- a/package.json +++ b/package.json @@ -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",