Skip to content

Commit

Permalink
Add Make target to regenerate JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jul 24, 2024
1 parent 1a7198e commit c3ec982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3ec982

Please sign in to comment.