Skip to content

Conversation

@ianzone
Copy link

@ianzone ianzone commented Nov 17, 2025

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 ianzone requested a review from a team as a code owner November 17, 2025 17:10
@coveralls
Copy link

coveralls commented Nov 17, 2025

Pull Request Test Coverage Report for Build 19438230988

Details

  • 2 of 5 (40.0%) changed or added relevant lines in 2 files are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.03%) to 55.051%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/projects.go 0 1 0.0%
internal/projects/create/create.go 2 4 50.0%
Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 12.9%
internal/projects/create/create.go 10 43.0%
Totals Coverage Status
Change from base Build 19427598841: -0.03%
Covered Lines: 6507
Relevant Lines: 11820

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants