open-code-review/scripts
kite f76d4266ed feat: add platform-specific npm packages to eliminate postinstall download
Ship Go binaries inside per-platform npm packages (@alibaba-group/ocr-{os}-{arch})
so npm install resolves the correct binary via optionalDependencies + os/cpu fields.
This removes the need for a postinstall download from GitHub Releases, which is
extremely slow for users behind restricted networks (e.g. China mainland).

The postinstall download is retained as a fallback for --no-optional installs.
2026-06-17 14:17:03 +08:00
..
github-actions fix(actions): preserve failed inline review comments (#81) 2026-06-10 17:50:08 +08:00
publish feat: add platform-specific npm packages to eliminate postinstall download 2026-06-17 14:17:03 +08:00
install.js feat: add platform-specific npm packages to eliminate postinstall download 2026-06-17 14:17:03 +08:00
platform.js feat: add platform-specific npm packages to eliminate postinstall download 2026-06-17 14:17:03 +08:00
update.js feat: add platform-specific npm packages to eliminate postinstall download 2026-06-17 14:17:03 +08:00