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: