Skip to content

Commit

Permalink
set path to client/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Oct 4, 2020
1 parent f7c4a09 commit 7931be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients.sh
Expand Up @@ -33,6 +33,6 @@ go get github.com/golang/protobuf/protoc-gen-go@v1.4.2
# delete the existing sdk directory
rm -rf client/sdk
# generate the clients
PATH=$PATH:$GO_BIN:$(npm bin):/usr/local/bin/:$HOME/.cargo/bin protoc-gen-client -srcdir proto/ -dstdir sdk/ -langs go,python,java,ruby,js,rust
PATH=$PATH:$GO_BIN:$(npm bin):/usr/local/bin/:$HOME/.cargo/bin protoc-gen-client -srcdir proto/ -dstdir client/sdk/ -langs go,python,java,ruby,js,rust
# remove node garbage
rm -rf node_modules/ package-lock.json

0 comments on commit 7931be0

Please sign in to comment.