mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
13 lines
268 B
Bash
13 lines
268 B
Bash
|
|
|
||
|
|
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/
|
||
|
|
|
||
|
|
npm install && \
|
||
|
|
npm run build
|