Skip to content

Commit

Permalink
hacky fix to check for forge install on pnpm run solidity:docgen (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzooghost authored Jan 9, 2025
1 parent 469bb8b commit 5e7e7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "pnpm run lint:sol && npm run lint:ts && npm run prettier",
"lint:fix": "pnpm run lint:sol:fix && npm run lint:ts:fix && npm run prettier:fix",
"clean": "rimraf .openzeppelin build cache node_modules typechain-types coverage coverage.json",
"solidity:docgen": "npx hardhat docgen"
"solidity:docgen": "command -v forge && npx hardhat docgen || echo 'Foundry installation required for Solidity docgen, skipping...'"
},
"devDependencies": {
"@ethereumjs/util": "9.0.3",
Expand Down

0 comments on commit 5e7e7e1

Please sign in to comment.