PaymentService: use genproto.sh to cp proto to paymentservice

This commit is contained in:
Jonathan Lui 2018-06-21 14:40:14 -07:00
parent 9f1bc5a69c
commit cb6a105b51
3 changed files with 7 additions and 227 deletions

6
src/paymentservice/genproto.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash -e
# protos are loaded dynamically for node, simply copies over the proto.
mkdir -p proto && \
cp ../../pb/demo.proto proto