Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
- run: npm install -g npm@latest

- run: pnpm install
- run: pnpm build
- run: pnpm test
# Run checks early to fail fast before any versioning/git operations.
# Note: checks run again in `pnpm release` - this is intentional to also
# guard local releases and catch any issues after version bumps.
- run: pnpm check

# Stable release: Verify prerelease mode has been exited
# The exit intent should already be set on develop before merging to main
Expand Down