From 55cdef6e027c9466eb287c2817912682adfea172 Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Tue, 4 Apr 2023 16:58:12 +0530 Subject: [PATCH] yarn install deps --- test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/test.bash b/test.bash index fdf56b86..c62db248 100755 --- a/test.bash +++ b/test.bash @@ -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"