Skip to content

Commit

Permalink
hacky fix to check for forge install on pnpm run solidity:docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzooghost committed Jan 7, 2025
1 parent 624c877 commit 1d1d8fa
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 1d1d8fa

Please sign in to comment.