Install the deps from test during the setup.sh script (#7047)

This commit is contained in:
Zack Kollar
2023-11-13 17:26:57 -08:00
committed by GitHub
parent 45e1bc3a21
commit 228bfbd24a

View File

@@ -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