mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Install the deps from test during the setup.sh script (#7047)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user