We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843676b commit 6c5ef4eCopy full SHA for 6c5ef4e
1 file changed
packages/plugin-hardhat/package.json
@@ -23,7 +23,7 @@
23
},
24
"scripts": {
25
"clean": "rimraf dist *.tsbuildinfo",
26
- "compile": "tsc -b && hardhat compile",
+ "compile": "tsc -b --force && hardhat compile",
27
"prepare": "yarn compile",
28
"test": "tsc -b && bash scripts/test.sh",
29
"test:watch": "fgbg 'bash scripts/test.sh --watch' 'tsc -b --watch' --",
0 commit comments