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",