We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f4415 commit 3c24d69Copy full SHA for 3c24d69
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"scripts": {
7
"lerna-publish": "yarn build && lerna publish && lerna run tsc-clean",
8
- "build": "hardhat compile && lerna run tsc",
+ "build": "hardhat clean && hardhat compile && lerna run tsc",
9
"postinstall": "patch-package",
10
"prepare": "husky",
11
"prettier": "prettier --write --plugin=prettier-plugin-solidity --plugin=@trivago/prettier-plugin-sort-imports .",
0 commit comments