From 228bfbd24a2fa236c0e34c4d590b6f163207beec Mon Sep 17 00:00:00 2001 From: Zack Kollar Date: Mon, 13 Nov 2023 17:26:57 -0800 Subject: [PATCH] Install the deps from test during the setup.sh script (#7047) --- scripts/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup.sh b/scripts/setup.sh index ba6058b88b..d4d034f3b1 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -60,7 +60,10 @@ bash ./all-dependencies.sh cd ../ +# Install bun dependencies bun i +# Install test dependencies +cd test; bun i; cd .. # TODO(@paperdave): do not use the Makefile please make runtime_js fallback_decoder bun_error node-fallbacks