Commit 89883d9
chore: remove duplicate build step from release workflow
The release job was building twice: once explicitly via `pnpm build`,
then again inside `pnpm release` which runs `pnpm build && changeset publish`.
Remove the standalone build step since the changesets publish command
already handles it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7e9a298 commit 89883d9
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| |||
0 commit comments