Skip to content

Commit

Permalink
Run changeset directly from CI with pnpm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Sep 28, 2023
1 parent d7e04f5 commit becce1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
pnpm run lint
pnpm run check-format
pnpm run check-changeset
pnpm exec changeset status --since=origin/main
- name: Build
run: pnpm run build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"watch-build": "rollup -cw",
"format": "prettier --write .",
"check-format": "prettier --check .",
"check-changeset": "changeset status --since=origin/main",
"prepublishOnly": "pnpm run build",
"prepare": "husky install",
"changeset": "changeset",
Expand Down

0 comments on commit becce1a

Please sign in to comment.