Skip to content

Commit

Permalink
chore: update release version script
Browse files Browse the repository at this point in the history
We need to reformat the package.json after changeset run
  • Loading branch information
mvantellingen committed Dec 3, 2024
1 parent 1bfd9f5 commit d6c728a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
title: "Release new version"
commit: "update version"
publish: pnpm publish:ci
version: pnpm publish:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"build": "tsup",
"dev": "tsup --watch",
"publish:ci": "pnpm build && pnpm changeset publish",
"publish:version": "pnpm changeset version && pnpm format",
"test": "vitest run --coverage",
"test:ci": "vitest run --coverage",
"lint": "biome check",
Expand Down

0 comments on commit d6c728a

Please sign in to comment.