From 9bcce7b07190bad57f566164ed22b29e5d68a476 Mon Sep 17 00:00:00 2001 From: Jack Berg Date: Fri, 30 Aug 2024 14:45:16 -0500 Subject: [PATCH] restore validator include --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 808aacd..2f6c4a4 100644 --- a/Makefile +++ b/Makefile @@ -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