Skip to content

Commit

Permalink
Move copyfiles to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 10, 2023
1 parent d7e0d7c commit 45191b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"compile": "tsc -b && yarn compile:contracts",
"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",
"prepare": "yarn clean && yarn compile && 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 45191b6

Please sign in to comment.