Makefile: validate: add --strict=false

This commit is contained in:
Jon 2023-02-05 14:22:53 +00:00
parent 3ee21638fd
commit ea7dee1392

View File

@ -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: