Skip to content

Commit

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

0 comments on commit d31619c

Please sign in to comment.