diff --git a/yarn-project/scripts/Earthfile b/yarn-project/scripts/Earthfile index 5f3d800efce..3fcddf19798 100644 --- a/yarn-project/scripts/Earthfile +++ b/yarn-project/scripts/Earthfile @@ -2,8 +2,8 @@ VERSION 0.8 FROM node:18.19.0 build: - FROM ../../+scripts - COPY ../+scripts-prod/usr/src/yarn-project /usr/src/yarn-project + FROM ../+build + COPY ../../+scripts/scripts /usr/src/scripts WORKDIR /usr/src download-logs: