Skip to content

Commit d13e1e7

Browse files
committed
Scripting is hard
1 parent 2d122ed commit d13e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"solidity-docgen": "^0.5.4"
1313
},
1414
"scripts": {
15-
"docs": "yarn docs:clean && yarn docs:docgen && yarn docs:mkdocs",
15+
"docs": "yarn docs:docgen && yarn docs:mkdocs",
1616
"docs:clean": "rm -r docs/{md-build,build}",
1717
"docs:docgen": "cd docs && solidity-docgen -i ../contracts -o md-build -t solidity-docgen-templates && cp ../*.md md-build && mv md-build/stableCoin/standalone/* md-build/stableCoin && rm -r md-build/stableCoin/standalone/",
1818
"docs:mkdocs:build": "cd docs && mkdocs build",

0 commit comments

Comments
 (0)