Makefile: validate: add --strict=false
This commit is contained in:
parent
3ee21638fd
commit
ea7dee1392
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ prod: | build validate
|
|||||||
build:
|
build:
|
||||||
node lib/build.js
|
node lib/build.js
|
||||||
validate:
|
validate:
|
||||||
ajv -s data/schema.yaml -d data/songs.json
|
ajv -s data/schema.yaml -d data/songs.json --strict=false
|
||||||
links:
|
links:
|
||||||
lib/sh/getlatest.sh $(i)
|
lib/sh/getlatest.sh $(i)
|
||||||
dbg:
|
dbg:
|
||||||
|
Loading…
Reference in New Issue
Block a user