cli
cli copied to clipboard
chore: release binaries to NPM
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.