PROTOC_GEN_TS_PATH="js/node_modules/.bin/protoc-gen-ts" OUT_DIR="js/src" rm -rf js/src/proto protoc -I=. --plugin="protoc-gen-ts=${PROTOC_GEN_TS_PATH}" --js_out="import_style=commonjs,binary:js/src" --ts_out="js/src" --grpc-web_out=import_style=commonjs,mode=grpcwebtext:js/src proto/capacity.proto proto/grid.proto proto/supply.proto