Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Apr 11, 2024
1 parent be9b47c commit f428a82
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 514 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
version: pnpm release:version
publish: pnpm release:publish
commit: 'chore: version packages'
title: 'chore: version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prettier:write": "prettier --write .",
"release:add": "changeset add",
"release:publish": "changeset publish",
"release:version": "changeset version",
"release:version": "changeset version && pnpm install",
"test:ts": "tsc --noEmit",
"test:unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"watch": "node -r esbuild-register scripts/watch"
Expand Down
Loading

0 comments on commit f428a82

Please sign in to comment.