Revert automation for bundle schema documentation generation (#1018)

## Changes

Introduced in #1007 but doesn't work well yet. This will be automated
again as part of #1012.
This commit is contained in:
shreyas-goenka 2023-11-29 10:53:07 +01:00 committed by GitHub
parent b5f34a1181
commit 5f88af54fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -8,9 +8,6 @@
".codegen/cmds-account.go.tmpl": "cmd/account/cmd.go"
},
"toolchain": {
"required": ["go"],
"post_generate": [
"go run main.go bundle schema --only-docs --output-file ./bundle/schema/docs/bundle_descriptions.json"
]
"required": ["go"]
}
}