chore: reduce the noise of testing the files
This commit is contained in:
parent
d7dd910b9b
commit
71cdf9ec20
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 -s src/schema/entry.json -d 'src/dictionary/*/*.yaml'"
|
"test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' > /dev/null"
|
||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
Loading…
Reference in a new issue