Skip to content

Commit 3c24d69

Browse files
committed
run hardhat clean before building package to ensure presence of ABIs
1 parent 68f4415 commit 3c24d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"lerna-publish": "yarn build && lerna publish && lerna run tsc-clean",
8-
"build": "hardhat compile && lerna run tsc",
8+
"build": "hardhat clean && hardhat compile && lerna run tsc",
99
"postinstall": "patch-package",
1010
"prepare": "husky",
1111
"prettier": "prettier --write --plugin=prettier-plugin-solidity --plugin=@trivago/prettier-plugin-sort-imports .",

0 commit comments

Comments
 (0)