Files
trade-drift-dlob/build_all.sh
2025-01-30 14:43:12 -08:00

16 lines
316 B
Bash

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