chore: making the error messages easier to read for humans
This commit is contained in:
parent
71cdf9ec20
commit
0c6e567d00
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"pajv": "^1.2.0"
|
"pajv": "^1.2.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' > /dev/null"
|
"test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' --errors=text > /dev/null"
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
Loading…
Reference in a new issue