make script own command instead of prebuild

This commit is contained in:
mfahampshire
2024-10-15 13:44:30 +02:00
parent 3e233b776e
commit c86f0a18cc
2 changed files with 2 additions and 3 deletions
@@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail
# this is run by the `prebuild` and `predev` scripts in docs/package.json
# this is run by the `generate:commands` script in docs/package.json
cd ../autodoc && cargo run --release &&
mv autodoc-generated-markdown/nym-cli-commands.md ../docs/pages/developers/tools/nym-cli/commands.mdx &&