https://github.com/exodusmovement/google-protobuf
https://github.com/exodusmovement/google-protobuf
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/exodusmovement/google-protobuf
- Owner: ExodusMovement
- Created: 2018-08-10T01:00:31.000Z (almost 8 years ago)
- Default Branch: exodus
- Last Pushed: 2023-05-20T21:14:29.000Z (about 3 years ago)
- Last Synced: 2025-04-12T07:44:13.742Z (about 1 year ago)
- Language: JavaScript
- Size: 279 KB
- Stars: 1
- Watchers: 31
- Forks: 3
- 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`.
## Warning
Generated `_pb.js` files need patching!
See [fix_pb.sh](./fix_pb.sh) file for replacements in `*_pb.js` files.
Usage: `./fix_pb.sh path-to-pbs/*_pb.js`.