Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent 4a8ec68 commit 0cdeb7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions packages/core/scripts/copy-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,4 @@ 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/
echo "pwd:"
pwd
echo "artifacts dir:"
ls -la artifacts/

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

echo "artifacts dir after:"
ls -la artifacts/
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"clean": "rimraf dist *.tsbuildinfo",
"compile": "tsc -b",
"prepare": "ls -la ../core/artifacts/ && yarn clean && yarn compile",
"prepare": "yarn clean && yarn compile",
"test": "tsc -b && bash scripts/test.sh",
"test:watch": "fgbg 'bash scripts/test.sh --watch' 'tsc -b --watch' --",
"version": "node ../../scripts/bump-changelog.js"
Expand Down

0 comments on commit 0cdeb7a

Please sign in to comment.