Skip to content

Commit

Permalink
build: fix type declaration file not generated (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Works <jackworks@protonmail.com>
  • Loading branch information
himself65 and Jack-Works committed May 31, 2023
1 parent 593adb8 commit 9561d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-weeks-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'async-call-rpc': patch
---

build: fix type declaration file not generated
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: pnpm install
- run: npm install -g npm
- run: pnpm run build
- run: pnpm run doc:api
- uses: changesets/action@v1
with:
publish: npx changeset publish
Expand Down

0 comments on commit 9561d3f

Please sign in to comment.