Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent c376285 commit 5dea676
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/core/scripts/copy-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ if ! grep -q '"version": "1.31.1"' ../../node_modules/@openzeppelin/upgrades-cor
exit 1
fi

echo "Node modules:"
ls -la ../../node_modules/
echo "openzeppelin dir:"
ls -la ../../node_modules/@openzeppelin/
echo "Legacy artifacts:"
ls -la ../../node_modules/@openzeppelin/upgrades-core-legacy/artifacts/

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

0 comments on commit 5dea676

Please sign in to comment.