Skip to content

Commit

Permalink
fix: clean-up setup-env script (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri authored Jan 11, 2023
1 parent 965f54e commit eb4df14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ fi
# Copy artifacts into separate directory to allow
# the hardhat-deploy library load all artifacts without duplicates
mkdir -p temp-artifacts
cp -r artifacts/@openzeppelin/* temp-artifacts/@openzeppelin
cp -r artifacts/@rari-capital/* temp-artifacts/@rari-capital
cp -r artifacts/build-info/* temp-artifacts/build-info
cp -r artifacts/src/* temp-artifacts/src
cp -r artifacts/@openzeppelin temp-artifacts/
cp -r artifacts/build-info temp-artifacts/
cp -r artifacts/src temp-artifacts/

# Import external @aave/periphery artifacts
mkdir -p temp-artifacts/periphery
Expand Down

0 comments on commit eb4df14

Please sign in to comment.