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.
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% |
| <!-- | Total: | 2 | 5 |
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| internal/gen/keys/keys.go | 5 | 12.9% |
| internal/projects/create/create.go | 10 | 43.0% |
| <!-- | Total: | 15 |
| Totals | |
|---|---|
| Change from base Build 19427598841: | -0.03% |
| Covered Lines: | 6507 |
| Relevant Lines: | 11820 |