Skip to content

Commit

Permalink
Scripting is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ubik committed Aug 26, 2020
1 parent 2d122ed commit b386943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"solidity-docgen": "^0.5.4"
},
"scripts": {
"docs": "yarn docs:clean && yarn docs:docgen && yarn docs:mkdocs",
"docs": "yarn docs:docgen && yarn docs:mkdocs:serve",
"docs:build": "yarn docs:docgen && yarn docs:mkdocs:build",
"docs:clean": "rm -r docs/{md-build,build}",
"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/",
"docs:mkdocs:build": "cd docs && mkdocs build",
Expand Down

0 comments on commit b386943

Please sign in to comment.