1.0.8 • Published 2 years ago
@pando-api/grpcweb v1.0.8
Frontend Module for Public API Protofiles
@pando-api/grpcweb
How to update module
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 buildCompiled 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 publishHow to use or update module in project
yarn remove @pando-api/grpcweb
yarn add @pando-api/grpcwebnpm uninstall @pando-api/grpcweb
npm install @pando-api/grpcweb