Commit ce8e7a0
fix(ci): build changeset-sync-manifest before running version script
The changesets action does a `git reset --hard` which wipes build
artifacts (dist/ is gitignored). The version script then fails because
`dist/bin.js` doesn't exist. Fix by building the package inline before
invoking the binary.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7b134d2 commit ce8e7a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments