Commit 381b1aa
committed
fix: remove broken postbump script from .versionrc.json
The postbump referenced sync-native-versions.js which does not exist
(only .ts exists). The npm version lifecycle in package.json already
handles native version syncing correctly via node-ts.js, making this
entry both redundant and broken.
Closes #8231 parent d5a187b commit 381b1aa
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
0 commit comments