mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc/gen_protos.sh: remove js build tag
This commit is contained in:
parent
f26115effc
commit
84d3adf969
2 changed files with 1 additions and 3 deletions
|
|
@ -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=. \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: client.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package looprpc
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue