gitlink-cli/npm/scripts
wbtiger 78f435a57c fix: force binary re-download on version mismatch in postinstall
The postinstall script was only checking if the existing binary could
run (--help), not whether its version matched the npm package version.
This caused npm upgrades to skip downloading the new binary, leaving
users on stale versions without fixes.

Now checks `gitlink-cli version` output against package.json version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 09:56:55 +08:00
..
install.js fix: force binary re-download on version mismatch in postinstall 2026-04-08 09:56:55 +08:00