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 25c5720 commit 28540c0Copy full SHA for 28540c0
package.json
@@ -24,7 +24,7 @@
24
"sol-to-uml": "npx zx scripts/tools/sol-to-uml.mjs",
25
"puml-to-links": "npx zx scripts/tools/puml-to-links.mjs",
26
"storage-to-diagrams": "bash scripts/tools/storage-to-diagrams.sh",
27
- "doc": "npx hardhat docgen",
+ "doc": "npx hardhat clean && npm run build && npx hardhat docgen",
28
"check-doc": "npm run doc && git diff --exit-code docs/",
29
"prerelease": "npm version prerelease --preid=rc -m 'chore: v%s'"
30
},
0 commit comments