yarn install deps

This commit is contained in:
aniketfuryrocks 2023-04-04 16:58:12 +05:30
parent 2323b8d1a1
commit 55cdef6e02
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT
echo "Doing an early build"
cargo build --workspace --tests
yarn
echo "Switching to local lite-rpc rpc config"
solana config set --url "http://0.0.0.0:8899"