Skip to content

Commit 6c5ef4e

Browse files
authored
Fix plugin publish: force tsc rebuild so core/dist is always built (#1252)
1 parent 843676b commit 6c5ef4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"clean": "rimraf dist *.tsbuildinfo",
26-
"compile": "tsc -b && hardhat compile",
26+
"compile": "tsc -b --force && hardhat compile",
2727
"prepare": "yarn compile",
2828
"test": "tsc -b && bash scripts/test.sh",
2929
"test:watch": "fgbg 'bash scripts/test.sh --watch' 'tsc -b --watch' --",

0 commit comments

Comments
 (0)