Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent 5dea676 commit 17f4dec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core/scripts/copy-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ echo "openzeppelin dir:"
ls -la ../../node_modules/@openzeppelin/
echo "Legacy artifacts:"
ls -la ../../node_modules/@openzeppelin/upgrades-core-legacy/artifacts/
echo "pwd:"
pwd
echo "artifacts dir:"
ls -la artifacts/

cp -R ../../node_modules/@openzeppelin/upgrades-core-legacy/artifacts/ artifacts
cp -R ../../node_modules/@openzeppelin/upgrades-core-legacy/artifacts/ artifacts/

0 comments on commit 17f4dec

Please sign in to comment.