looprpc/gen_protos.sh: remove js build tag

pull/526/head
Evan Kaloudis 2 years ago
parent f26115effc
commit 84d3adf969
No known key found for this signature in database
GPG Key ID: AAC48DE8AB8DEE84

@ -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…
Cancel
Save