mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-05-02 06:36:24 -04:00
Export protobuf types (#100)
* update to monero-javascript v0.7.0 * bump to version v0.0.2 * terminate monero-javascript worker at end of tests
This commit is contained in:
parent
5d89d3973f
commit
befdf7b33e
19 changed files with 70674 additions and 41155 deletions
11
scripts/build_dist.sh
Executable file
11
scripts/build_dist.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# run typescript compiler
|
||||
tsc
|
||||
|
||||
# copy protobuf models to dist
|
||||
mkdir -p dist/protobuf || exit 1
|
||||
cp src/protobuf/grpc_pb.d.ts dist/protobuf/grpc_pb.d.ts || exit 1
|
||||
cp src/protobuf/grpc_pb.js dist/protobuf/grpc_pb.js || exit 1
|
||||
cp src/protobuf/pb_pb.d.ts dist/protobuf/pb_pb.d.ts || exit 1
|
||||
cp src/protobuf/pb_pb.js dist/protobuf/pb_pb.js || exit 1
|
Loading…
Add table
Add a link
Reference in a new issue