@pando-api/grpcweb
-
Clone this repositoy.
-
Navigate to the child directory, public-api
cd public-api
- Checkout to the develop branch in the public-api submodule/directory. And pull changes from develop.
git checkout develop
git pull origin develop
- Go back to the root directory.
cd ..
- Compile the latest protofiles from the public-api submodule by running:
yarn build
Compiled files are created under root/public-api/src/grpcweb/pando folder.
-
Copy and paste or replace compiled pando folder from the public-api to root/src
-
Publish to npm with the latest version by running:
yarn publish
yarn remove @pando-api/grpcweb
yarn add @pando-api/grpcweb
npm uninstall @pando-api/grpcweb
npm install @pando-api/grpcweb