Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-roy committed Feb 7, 2023
1 parent 98e5590 commit 8de944d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run build
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"scripts": {
"lint": "tsc",
"build": "tsup lib/index.ts --format cjs,esm --dts",
"release": "pnpm run build && pnpm changeset publish",
"docs:generate": "typedoc typedoc/index.ts --name kiteconnect-ts --readme none",
"docs:preview": "pnpx serve docs"
},
Expand Down

1 comment on commit 8de944d

@vercel
Copy link

@vercel vercel bot commented on 8de944d Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.