1#!/bin/bash 2 3npx protoc \ 4 --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \ 5 --ts_out=./gen/ts \ 6 --ts_opt long_type_string \ 7 --ts_opt optimize_code_size \ 8 --proto_path . \ 9 lrc.proto