Skip to content

Commit

Permalink
Release...
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Nov 22, 2024
1 parent 64882cd commit 2a5c576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: changesets/action@v1
with:
title: "Release @latest"
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"changeset": "changeset",
"build": "rm -rf dist && tsc",
"lint": "eslint ."
"lint": "eslint .",
"release": "pnpm run build && changeset publish"
},
"files": [
"dist"
Expand Down

0 comments on commit 2a5c576

Please sign in to comment.