add ajv-keywords

main
Yanick Champoux 2022-04-26 14:08:43 -04:00
parent e85f9795ed
commit 68e5dbdd3a
2 changed files with 3 additions and 1 deletions

View File

@ -22,5 +22,6 @@ tasks:
--all-errors \
--errors=json \
--verbose \
-c ajv-keywords \
-s schemas-yaml/character.yml \
-d {{.CLI_ARGS}}

View File

@ -18,6 +18,7 @@
"prettier": "^2.6.2"
},
"dependencies": {
"ajv-cli": "^5.0.0"
"ajv-cli": "^5.0.0",
"ajv-keywords": "^5.1.0"
}
}