Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Makefile
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored May 27, 2024
commit 89723362a6dc583c1fda7a5f809a1fa3389fd81d
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ generate-proto-docs: pull-schemas-submodule
&& rm -f ${PWD}/$(DOCS_DIR)/reference/specifications/protos-with-toc.md

# update or add the publicly served schema at https://flagd.dev/schema/${JSON_SCHEMA_VERSION}/flags.json
# update JSON_SCHEMA_VERSION var at the top of this file with a the version to be updated or addeds
# update JSON_SCHEMA_VERSION var at the top of this file with the version to be updated or added and served publicly
.PHONY: update-public-schema
update-public-schema: pull-schemas-submodule
rm -rf ./$(PUBLIC_JSON_SCHEMA_DIR) || true
Expand Down