2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

looprpc/gen_protos.sh: remove js build tag

This commit is contained in:
Evan Kaloudis 2022-09-08 10:31:04 -04:00
parent f26115effc
commit 84d3adf969
No known key found for this signature in database
GPG Key ID: AAC48DE8AB8DEE84
2 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@ function generate() {
# Generate the JSON/WASM client stubs.
falafel=$(which falafel)
pkg="looprpc"
opts="package_name=$pkg,js_stubs=1,build_tags=// +build js"
opts="package_name=$pkg,js_stubs=1"
protoc -I/usr/local/include -I. -I.. \
--plugin=protoc-gen-custom=$falafel\
--custom_out=. \

View File

@ -1,8 +1,6 @@
// Code generated by falafel 0.9.1. DO NOT EDIT.
// source: client.proto
// +build js
package looprpc
import (