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 6219cc3 commit 5756d44Copy full SHA for 5756d44
package.json
@@ -23,7 +23,7 @@
23
"uml": "npm run sol-to-uml && npm run puml-to-links && npm run storage-to-diagrams",
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-diagrams.sh",
+ "storage-to-diagrams": "bash scripts/tools/storage-to-diagrams.sh",
27
"doc": "npx hardhat docgen"
28
},
29
"lint-staged": {
0 commit comments