Skip to content

Commit

Permalink
Fix build (#116)
Browse files Browse the repository at this point in the history
* Fix build

* restore validator include
  • Loading branch information
jack-berg authored Sep 3, 2024
1 parent 82547e9 commit 05a15a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ SCHEMA_FILES := $(shell find . -path './schema/*.json' -exec basename {} \; | so
EXAMPLE_FILES := $(shell find . -path './examples/*.yaml' -exec basename {} \; | sort)
$(shell mkdir -p out)

include validator/Makefile

.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 05a15a8

Please sign in to comment.