pmm dlob server
This commit is contained in:
15
build_all.sh
Normal file
15
build_all.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
|
||||
echo "building sdk..."
|
||||
cd drift-common/protocol/sdk
|
||||
yarn clean && yarn && yarn build
|
||||
cd ../../..
|
||||
|
||||
echo "building drift-common..."
|
||||
cd drift-common/common-ts
|
||||
yarn clean && yarn && yarn build
|
||||
cd ../..
|
||||
|
||||
echo "building dlob server..."
|
||||
yarn clean && yarn && yarn build
|
||||
Reference in New Issue
Block a user