https://github.com/exodusmovement/grpc-js
https://github.com/exodusmovement/grpc-js
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exodusmovement/grpc-js
- Owner: ExodusMovement
- Created: 2020-09-01T17:46:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T21:15:05.000Z (about 3 years ago)
- Last Synced: 2025-05-31T20:45:34.710Z (about 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 1
- Watchers: 29
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build instructions
Build by running `./build.sh` — it downloads the specified version of `@grpc/grpc-js`, patches it,
and puts it into `./package`.
`./package` is a build artifact and is present in the repo just for convenience/visibility.
## Publishing
Publishing happens from the `./package` dir (just run `npm publish` in it).
That directory is generated with `./build.sh` script.
It's recommended to check the diff of the `./package` dir before publishing, e.g. with `git diff`.