Skip to content

Commit

Permalink
Do not clear out artifacts from more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jun 27, 2024
1 parent f2b9230 commit 9bb70dd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ aztec-prod:
../barretenberg/ts/dest/browser \
aztec.js/dest/main.js \
end-to-end \
**/src \
noir-contracts.js/artifacts \
accounts/artifacts \
protocol-contracts/artifacts
**/src
COPY --dir +rollup-verifier-contract/usr/src/bb /usr/src
SAVE ARTIFACT /usr/src /usr/src

Expand Down Expand Up @@ -172,10 +169,7 @@ aztec-faucet-build:
../barretenberg/ts/dest/browser \
aztec.js/dest/main.js \
end-to-end \
**/src \
noir-contracts.js/artifacts \
accounts/artifacts \
protocol-contracts/artifacts
**/src
SAVE ARTIFACT /usr/src /usr/src

aztec-faucet:
Expand Down

0 comments on commit 9bb70dd

Please sign in to comment.