Skip to content

Commit

Permalink
chore: copy out target directory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 7, 2023
1 parent 5d2ba65 commit 23f125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/yarn-project-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ WORKDIR /usr/src/yarn-project
FROM builder_ as noir_types
COPY . .
COPY --from=noir /usr/src/yarn-project/noir-contracts/src/contracts /usr/src/yarn-project/noir-contracts/src/contracts
COPY --from=noir /usr/src/yarn-project/noir-contracts/target /usr/src/yarn-project/noir-contracts/target
WORKDIR /usr/src/yarn-project/noir-contracts

# Run yarn build to have the json ABIs available for the types generator
Expand Down

0 comments on commit 23f125c

Please sign in to comment.