Skip to content

Commit

Permalink
restore validator include
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Aug 30, 2024
1 parent ac60f02 commit 9bcce7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $(shell mkdir -p out)
.PHONY: all
all: install-tools compile-schema validate-examples

include validator/Makefile

.PHONY: compile-schema
compile-schema:
@if ! npm ls ajv-cli; then npm install; fi
Expand Down

0 comments on commit 9bcce7b

Please sign in to comment.