Add automated verification that package.json and cli/Cargo.toml versions stay in sync. This prevents version drift between the npm package and Rust CLI binary. - Add CI job to check version sync on push/PR - Update pre-commit hook to sync versions automatically - Update ci:version script to include version sync step - Add check-version-sync.js script for CI validation
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
pnpm lint-staged
|
|
node scripts/sync-version.js
|
|
git add cli/Cargo.toml
|