Skip to content

Commit

Permalink
Revert "Move copyfiles to compile:contracts"
Browse files Browse the repository at this point in the history
This reverts commit 3f60c50.
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent 0cdeb7a commit d7e0d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"scripts": {
"clean": "hardhat clean && rimraf dist *.tsbuildinfo",
"compile": "tsc -b && yarn compile:contracts",
"compile:contracts": "hardhat compile && yarn copyfiles",
"compile:contracts": "hardhat compile",
"copyfiles": "node scripts/copy-build-info-v5.js && bash scripts/copy-artifacts.sh",
"prepare": "yarn clean && yarn compile",
"postprepare": "yarn copyfiles",
"test": "tsc -b && hardhat compile --force && yarn copyfiles && ava",
"test:watch": "hardhat compile --force && yarn copyfiles && fgbg 'ava --watch' 'tsc -b --watch' --",
"version": "node ../../scripts/bump-changelog.js",
Expand Down

0 comments on commit d7e0d7c

Please sign in to comment.