diff --git a/Makefile b/Makefile index bd8b3be57f6..eac08719ed6 100644 --- a/Makefile +++ b/Makefile @@ -144,3 +144,7 @@ help: ## Show this help message. @echo @echo 'options:' @echo 'use USE_DOCKER=true to run target in a docker container' + +.PHONY: json_schema +json_schema: ## Update generated JSON schema using code changes. + scripts/collect-artifact-schema.py --path schemas