Skip to content

Commit a03c9bd

Browse files
committed
feat: remove hardhat-dependency-compiler from contracts/test
Remove hardhat-dependency-compiler plugin as it's no longer needed. The hardhat-dependency-compiler plugin was a historical workaround that is no longer necessary for the current codebase structure. Changes: - Remove hardhat-dependency-compiler import and configuration from packages/contracts/test/hardhat.config.ts - Remove getContractPaths() and findSolidityFiles() helper functions - Remove hardhat-dependency-compiler dependency from packages/contracts/test/package.json - Clean up hardhat-dependency-compiler directory reference from packages/contracts/package.json clean script - Clean up unused imports (fs)
1 parent db7d0ac commit a03c9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"prepack": "pnpm build",
38-
"clean": "rm -rf artifacts/ cache/ types/ abis/ build/ dist/ contracts/hardhat-dependency-compiler/",
38+
"clean": "rm -rf artifacts/ cache/ types/ abis/ build/ dist/",
3939
"build": "pnpm build:self",
4040
"build:self": "pnpm compile",
4141
"compile": "hardhat compile",

0 commit comments

Comments
 (0)