cli icon indicating copy to clipboard operation
cli copied to clipboard

chore: release binaries to NPM

Open ianzone opened this issue 1 month ago • 1 comments

What kind of change does this PR introduce?

release platform-specific supabase binaries to NPM. Bug fix, feature, docs update, ...

What is the current behavior?

npm install will run postinstall to download the binary from GitHub, which could be very slow from some places.

What is the new behavior?

Binaries are managed by optionalDependencies, and NPM proxy servers or CDNs are more available than GitHub.

Additional context

Add any other context or screenshots.

ianzone avatar Nov 17 '25 17:11 ianzone