mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
* Remove intermediate squeak-node-frontend dir * Create build-protos.sh * Fix build-protos script in readme
9 lines
229 B
Bash
Executable file
9 lines
229 B
Bash
Executable file
|
|
cp -r ../proto src/
|
|
|
|
(cd src && \
|
|
protoc -I=. proto/squeak_admin.proto proto/lnd.proto \
|
|
--js_out=import_style=commonjs:. \
|
|
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:.)
|
|
|
|
./pb_disable-eslint.sh src/proto/
|