Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ build:
ARG ENV
ARG COMMIT_TAG
ENV COMMIT_TAG=$COMMIT_TAG
BUILD ../yarn-project/+build-dev
BUILD ../+release-meta
FROM +deps
COPY --dir ../yarn-project/+build-dev/usr/src /usr
COPY ../+release-meta/usr/src/.release-please-manifest.json /usr/src
COPY . .
RUN ./scripts/build.sh
Expand Down
1 change: 0 additions & 1 deletion yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ end-to-end:
ENTRYPOINT ["yarn", "test"]

scripts-prod:
FROM +build
RUN yarn workspaces focus @aztec/scripts --production && yarn cache clean
SAVE ARTIFACT /usr/src /usr/src

Expand Down