From a17f0d8934dc375011618525fb9e091cb405129e Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:19:47 +0000 Subject: [PATCH] fix: give build:fast a try in build --- yarn-project/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/Earthfile b/yarn-project/Earthfile index 0fed665d9da9..adf74380994a 100644 --- a/yarn-project/Earthfile +++ b/yarn-project/Earthfile @@ -53,7 +53,7 @@ build: WORKDIR /usr/src/yarn-project COPY . . ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true - RUN ./bootstrap.sh full + RUN ./bootstrap.sh build-dev: