Skip to content

Commit

Permalink
ci: add build command in publishing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Jul 18, 2024
1 parent a1b725a commit 07fddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Note: pnpm install after versioning is necessary to refresh lockfile
setupGitUser: true
version: pnpm run changeset:version
publish: pnpm run coveralls && pnpm run release
publish: pnpm run build && pnpm run coveralls && pnpm run release
commit: 'ci: release next'
title: 'ci: release next'
env:
Expand Down

0 comments on commit 07fddd7

Please sign in to comment.