From ea7dee1392e1e081199bb1be82c0150ec899dadb Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 5 Feb 2023 14:22:53 +0000 Subject: [PATCH] Makefile: validate: add --strict=false --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0438e16..83f74c1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ prod: | build validate build: node lib/build.js validate: - ajv -s data/schema.yaml -d data/songs.json + ajv -s data/schema.yaml -d data/songs.json --strict=false links: lib/sh/getlatest.sh $(i) dbg: