Skip to content

Commit

Permalink
fix: build file is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Apr 22, 2023
1 parent b5745d8 commit 3cd9415
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-carpets-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'async-call-rpc': patch
---

fix build file is missing
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
Expand All @@ -28,8 +27,9 @@ jobs:
- run: npm install -g npm
- uses: changesets/action@v1
with:
publish: npm publish --provenance --access public
publish: pnpm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}
},
"scripts": {
"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 3cd9415

Please sign in to comment.